Table of Contents

Class MtpObjectInfo.Builder

Namespace
Android.Mtp
Assembly
MASES.Netdroid.dll
public class MtpObjectInfo.Builder : JVMBridgeBase<MtpObjectInfo.Builder>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
Inheritance
MtpObjectInfo.Builder
Implements
Extension Methods

Constructors

Builder()

public Builder()

Builder(MtpObjectInfo)

public Builder(MtpObjectInfo arg0)

Parameters

arg0 MtpObjectInfo

MtpObjectInfo

Builder(IJVMBridgeBaseInitializer)

Initializer used internally by JCOBridge. Do not use directly.

[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public Builder(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements java.lang.AutoCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool

Methods

Build()

public MtpObjectInfo Build()

Returns

MtpObjectInfo

MtpObjectInfo

CreatePoolableInstance()

HPA initializer for Builder()

public static MtpObjectInfo.Builder CreatePoolableInstance()

Returns

MtpObjectInfo.Builder

CreatePoolableInstance(MtpObjectInfo)

HPA initializer for Builder(Android.Mtp.MtpObjectInfo arg0)

public static MtpObjectInfo.Builder CreatePoolableInstance(MtpObjectInfo arg0)

Parameters

arg0 MtpObjectInfo

Returns

MtpObjectInfo.Builder

SetAssociationDesc(int)

public MtpObjectInfo.Builder SetAssociationDesc(int arg0)

Parameters

arg0 int

int

Returns

MtpObjectInfo.Builder

MtpObjectInfo.Builder

SetAssociationType(int)

public MtpObjectInfo.Builder SetAssociationType(int arg0)

Parameters

arg0 int

int

Returns

MtpObjectInfo.Builder

MtpObjectInfo.Builder

SetCompressedSize(long)

public MtpObjectInfo.Builder SetCompressedSize(long arg0)

Parameters

arg0 long

long

Returns

MtpObjectInfo.Builder

MtpObjectInfo.Builder

SetDateCreated(long)

public MtpObjectInfo.Builder SetDateCreated(long arg0)

Parameters

arg0 long

long

Returns

MtpObjectInfo.Builder

MtpObjectInfo.Builder

SetDateModified(long)

public MtpObjectInfo.Builder SetDateModified(long arg0)

Parameters

arg0 long

long

Returns

MtpObjectInfo.Builder

MtpObjectInfo.Builder

SetFormat(int)

public MtpObjectInfo.Builder SetFormat(int arg0)

Parameters

arg0 int

int

Returns

MtpObjectInfo.Builder

MtpObjectInfo.Builder

SetImagePixDepth(long)

public MtpObjectInfo.Builder SetImagePixDepth(long arg0)

Parameters

arg0 long

long

Returns

MtpObjectInfo.Builder

MtpObjectInfo.Builder

SetImagePixHeight(long)

public MtpObjectInfo.Builder SetImagePixHeight(long arg0)

Parameters

arg0 long

long

Returns

MtpObjectInfo.Builder

MtpObjectInfo.Builder

SetImagePixWidth(long)

public MtpObjectInfo.Builder SetImagePixWidth(long arg0)

Parameters

arg0 long

long

Returns

MtpObjectInfo.Builder

MtpObjectInfo.Builder

SetKeywords(String)

public MtpObjectInfo.Builder SetKeywords(String arg0)

Parameters

arg0 String

String

Returns

MtpObjectInfo.Builder

MtpObjectInfo.Builder

SetName(String)

public MtpObjectInfo.Builder SetName(String arg0)

Parameters

arg0 String

String

Returns

MtpObjectInfo.Builder

MtpObjectInfo.Builder

SetObjectHandle(int)

public MtpObjectInfo.Builder SetObjectHandle(int arg0)

Parameters

arg0 int

int

Returns

MtpObjectInfo.Builder

MtpObjectInfo.Builder

SetParent(int)

public MtpObjectInfo.Builder SetParent(int arg0)

Parameters

arg0 int

int

Returns

MtpObjectInfo.Builder

MtpObjectInfo.Builder

SetProtectionStatus(int)

public MtpObjectInfo.Builder SetProtectionStatus(int arg0)

Parameters

arg0 int

int

Returns

MtpObjectInfo.Builder

MtpObjectInfo.Builder

SetSequenceNumber(long)

public MtpObjectInfo.Builder SetSequenceNumber(long arg0)

Parameters

arg0 long

long

Returns

MtpObjectInfo.Builder

MtpObjectInfo.Builder

SetStorageId(int)

public MtpObjectInfo.Builder SetStorageId(int arg0)

Parameters

arg0 int

int

Returns

MtpObjectInfo.Builder

MtpObjectInfo.Builder

SetThumbCompressedSize(long)

public MtpObjectInfo.Builder SetThumbCompressedSize(long arg0)

Parameters

arg0 long

long

Returns

MtpObjectInfo.Builder

MtpObjectInfo.Builder

SetThumbFormat(int)

public MtpObjectInfo.Builder SetThumbFormat(int arg0)

Parameters

arg0 int

int

Returns

MtpObjectInfo.Builder

MtpObjectInfo.Builder

SetThumbPixHeight(long)

public MtpObjectInfo.Builder SetThumbPixHeight(long arg0)

Parameters

arg0 long

long

Returns

MtpObjectInfo.Builder

MtpObjectInfo.Builder

SetThumbPixWidth(long)

public MtpObjectInfo.Builder SetThumbPixWidth(long arg0)

Parameters

arg0 long

long

Returns

MtpObjectInfo.Builder

MtpObjectInfo.Builder