Table of Contents

Class MtpObjectInfo

Namespace
Android.Mtp
Assembly
MASES.Netdroid.dll
public class MtpObjectInfo : JVMBridgeBase<MtpObjectInfo>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
JVMBridgeBase
JVMBridgeBase<MtpObjectInfo>
MtpObjectInfo
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<MtpObjectInfo>.IsAssignableFrom(IJavaType)
JVMBridgeBase<MtpObjectInfo>.IsAssignableFrom<T>()
JVMBridgeBase<MtpObjectInfo>.Execute<T>(params T[])
JVMBridgeBase<MtpObjectInfo>.DynBridgeClazz
JVMBridgeBase<MtpObjectInfo>.BridgeClazz
JVMBridgeBase.RuntimeClassNameOf<T>()
JVMBridgeBase.ClassNameOf<T>()
JVMBridgeBase.ClassOf<T>()
JVMBridgeBase.WrapsDirect<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)
JVMBridgeBase.MonitorEnter()
JVMBridgeBase.MonitorExit()
JVMBridgeBase.IsInstanceOf(IJavaType)
JVMBridgeBase.IsInstanceOf<T>()
JVMBridgeBase.RuntimeIsInstanceOf<T>()
JVMBridgeBase.CastTo<TNewClass>()
JVMBridgeBase.CastDirect<TNewClass>()
JVMBridgeBase.Dispose()
JVMBridgeBase.ToString()
JVMBridgeBase.GetHashCode()
JVMBridgeBase.Notify()
JVMBridgeBase.NotifyAll()
JVMBridgeBase.Wait()
JVMBridgeBase.DynBridgeInstance
JVMBridgeBase.BridgeInstance
JVMBridgeBase.IsBridgeListener
Extension Methods

Constructors

MtpObjectInfo()

Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge

public MtpObjectInfo()

MtpObjectInfo(params object[])

Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class

public MtpObjectInfo(params object[] args)

Parameters

args object[]

Properties

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

IsBridgeAbstract

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

public override bool IsBridgeStatic { get; }

Property Value

bool

Methods

GetAssociationDesc()

public int GetAssociationDesc()

Returns

int

int

GetAssociationType()

public int GetAssociationType()

Returns

int

int

GetCompressedSize()

public int GetCompressedSize()

Returns

int

int

GetCompressedSizeLong()

public long GetCompressedSizeLong()

Returns

long

long

GetDateCreated()

public long GetDateCreated()

Returns

long

long

GetDateModified()

public long GetDateModified()

Returns

long

long

GetFormat()

public int GetFormat()

Returns

int

int

GetImagePixDepth()

public int GetImagePixDepth()

Returns

int

int

GetImagePixDepthLong()

public long GetImagePixDepthLong()

Returns

long

long

GetImagePixHeight()

public int GetImagePixHeight()

Returns

int

int

GetImagePixHeightLong()

public long GetImagePixHeightLong()

Returns

long

long

GetImagePixWidth()

public int GetImagePixWidth()

Returns

int

int

GetImagePixWidthLong()

public long GetImagePixWidthLong()

Returns

long

long

GetKeywords()

public String GetKeywords()

Returns

String

String

GetName()

public String GetName()

Returns

String

String

GetObjectHandle()

public int GetObjectHandle()

Returns

int

int

GetParent()

public int GetParent()

Returns

int

int

GetProtectionStatus()

public int GetProtectionStatus()

Returns

int

int

GetSequenceNumber()

public int GetSequenceNumber()

Returns

int

int

GetSequenceNumberLong()

public long GetSequenceNumberLong()

Returns

long

long

GetStorageId()

public int GetStorageId()

Returns

int

int

GetThumbCompressedSize()

public int GetThumbCompressedSize()

Returns

int

int

GetThumbCompressedSizeLong()

public long GetThumbCompressedSizeLong()

Returns

long

long

GetThumbFormat()

public int GetThumbFormat()

Returns

int

int

GetThumbPixHeight()

public int GetThumbPixHeight()

Returns

int

int

GetThumbPixHeightLong()

public long GetThumbPixHeightLong()

Returns

long

long

GetThumbPixWidth()

public int GetThumbPixWidth()

Returns

int

int

GetThumbPixWidthLong()

public long GetThumbPixWidthLong()

Returns

long

long