Table of Contents

Class TypeInfo

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

TypeInfo()

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

[Obsolete("TypeInfo class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public TypeInfo()

TypeInfo(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

[Obsolete("TypeInfo class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public TypeInfo(params object[] args)

Parameters

args object[]

Properties

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

DERIVATION_EXTENSION

public static int DERIVATION_EXTENSION { get; }

Property Value

int

DERIVATION_LIST

public static int DERIVATION_LIST { get; }

Property Value

int

DERIVATION_RESTRICTION

public static int DERIVATION_RESTRICTION { get; }

Property Value

int

DERIVATION_UNION

public static int DERIVATION_UNION { 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

Methods

GetTypeName()

public String GetTypeName()

Returns

String

String

GetTypeNamespace()

public String GetTypeNamespace()

Returns

String

String

IsDerivedFrom(String, String, int)

public bool IsDerivedFrom(String arg0, String arg1, int arg2)

Parameters

arg0 String

String

arg1 String

String

arg2 int

int

Returns

bool

bool