Table of Contents

Class TypeDescriptor.OfMethod<F, M>

Namespace
Java.Lang.Invoke
Assembly
MASES.Netdroid.dll
public class TypeDescriptor.OfMethod<F, M> : TypeDescriptor, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, ITypeDescriptor where F : TypeDescriptor.OfField<F> where M : TypeDescriptor.OfMethod<F, M>

Type Parameters

F

TypeDescriptor.OfField<F>

M

TypeDescriptor.OfMethod<F, M>

Inheritance
JVMBridgeBase
JVMBridgeBase<TypeDescriptor>
TypeDescriptor.OfMethod<F, M>
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<TypeDescriptor>.IsAssignableFrom(IJavaType)
JVMBridgeBase<TypeDescriptor>.IsAssignableFrom<T>()
JVMBridgeBase<TypeDescriptor>.Execute<T>(params T[])
JVMBridgeBase<TypeDescriptor>.DynBridgeClazz
JVMBridgeBase<TypeDescriptor>.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

OfMethod()

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

[Obsolete("OfMethod 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 OfMethod()

OfMethod(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("OfMethod 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 OfMethod(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

ChangeParameterType(int, F)

public M ChangeParameterType(int arg0, F arg1)

Parameters

arg0 int

int

arg1 F

F

Returns

M

M

ChangeReturnType(F)

public M ChangeReturnType(F arg0)

Parameters

arg0 F

F

Returns

M

M

DropParameterTypes(int, int)

public M DropParameterTypes(int arg0, int arg1)

Parameters

arg0 int

int

arg1 int

int

Returns

M

M

InsertParameterTypes(int, params F[])

public M InsertParameterTypes(int arg0, params F[] arg1)

Parameters

arg0 int

int

arg1 F[]

F

Returns

M

M

ParameterArray()

public F[] ParameterArray()

Returns

F[]

F

ParameterCount()

public int ParameterCount()

Returns

int

int

ParameterList()

public List<F> ParameterList()

Returns

List<F>

List

ParameterType(int)

public F ParameterType(int arg0)

Parameters

arg0 int

int

Returns

F

F

ReturnType()

public F ReturnType()

Returns

F

F

Operators

implicit operator OfMethod(OfMethod<F, M>)

public static implicit operator TypeDescriptor.OfMethod(TypeDescriptor.OfMethod<F, M> t)

Parameters

t TypeDescriptor.OfMethod<F, M>

Returns

TypeDescriptor.OfMethod