Table of Contents

Class DocumentsContract.Root

Namespace
Android.Provider
Assembly
MASES.Netdroid.dll
public class DocumentsContract.Root : JVMBridgeBase<DocumentsContract.Root>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
JVMBridgeBase
JVMBridgeBase<DocumentsContract.Root>
DocumentsContract.Root
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<DocumentsContract.Root>.IsAssignableFrom(IJavaType)
JVMBridgeBase<DocumentsContract.Root>.IsAssignableFrom<T>()
JVMBridgeBase<DocumentsContract.Root>.Execute<T>(params T[])
JVMBridgeBase<DocumentsContract.Root>.DynBridgeClazz
JVMBridgeBase<DocumentsContract.Root>.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

Root()

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

public Root()

Root(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 Root(params object[] args)

Parameters

args object[]

Properties

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

COLUMN_AVAILABLE_BYTES

public static String COLUMN_AVAILABLE_BYTES { get; }

Property Value

String

COLUMN_CAPACITY_BYTES

public static String COLUMN_CAPACITY_BYTES { get; }

Property Value

String

COLUMN_DOCUMENT_ID

public static String COLUMN_DOCUMENT_ID { get; }

Property Value

String

COLUMN_FLAGS

public static String COLUMN_FLAGS { get; }

Property Value

String

COLUMN_ICON

public static String COLUMN_ICON { get; }

Property Value

String

COLUMN_MIME_TYPES

public static String COLUMN_MIME_TYPES { get; }

Property Value

String

COLUMN_QUERY_ARGS

public static String COLUMN_QUERY_ARGS { get; }

Property Value

String

COLUMN_ROOT_ID

public static String COLUMN_ROOT_ID { get; }

Property Value

String

COLUMN_SUMMARY

public static String COLUMN_SUMMARY { get; }

Property Value

String

COLUMN_TITLE

public static String COLUMN_TITLE { get; }

Property Value

String

FLAG_EMPTY

public static int FLAG_EMPTY { get; }

Property Value

int

FLAG_LOCAL_ONLY

public static int FLAG_LOCAL_ONLY { get; }

Property Value

int

FLAG_SUPPORTS_CREATE

public static int FLAG_SUPPORTS_CREATE { get; }

Property Value

int

FLAG_SUPPORTS_EJECT

public static int FLAG_SUPPORTS_EJECT { get; }

Property Value

int

FLAG_SUPPORTS_IS_CHILD

public static int FLAG_SUPPORTS_IS_CHILD { get; }

Property Value

int

FLAG_SUPPORTS_RECENTS

public static int FLAG_SUPPORTS_RECENTS { get; }

Property Value

int
public static int FLAG_SUPPORTS_SEARCH { get; }

Property Value

int

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

MIME_TYPE_ITEM

public static String MIME_TYPE_ITEM { get; }

Property Value

String