Table of Contents

Class Parameter

Namespace
Java.Lang.Reflect
Assembly
MASES.Netdroid.dll
public class Parameter : AnnotatedElement, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, IAnnotatedElement
Inheritance
Parameter
Implements
Inherited Members
Extension Methods

Constructors

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

GetAnnotation<T>(Class)

public T GetAnnotation<T>(Class arg0) where T : IAnnotation

Parameters

arg0 Class

Class

Returns

T

T

Type Parameters

T

IAnnotation

GetAnnotations()

public Annotation[] GetAnnotations()

Returns

Annotation[]

Annotation

GetAnnotationsByType<T>(Class)

public T[] GetAnnotationsByType<T>(Class arg0) where T : IAnnotation

Parameters

arg0 Class

Class

Returns

T[]

T

Type Parameters

T

IAnnotation

GetDeclaredAnnotation<T>(Class)

public T GetDeclaredAnnotation<T>(Class arg0) where T : IAnnotation

Parameters

arg0 Class

Class

Returns

T

T

Type Parameters

T

IAnnotation

GetDeclaredAnnotations()

public Annotation[] GetDeclaredAnnotations()

Returns

Annotation[]

Annotation

GetDeclaredAnnotationsByType<T>(Class)

public T[] GetDeclaredAnnotationsByType<T>(Class arg0) where T : IAnnotation

Parameters

arg0 Class

Class

Returns

T[]

T

Type Parameters

T

IAnnotation

GetDeclaringExecutable()

public Executable GetDeclaringExecutable()

Returns

Executable

Executable

GetModifiers()

public int GetModifiers()

Returns

int

int

GetName()

public String GetName()

Returns

String

String

GetParameterizedType()

public Type GetParameterizedType()

Returns

Type

Type

GetType()

public Class GetType()

Returns

Class

Class

IsImplicit()

public bool IsImplicit()

Returns

bool

bool

IsNamePresent()

public bool IsNamePresent()

Returns

bool

bool

IsSynthetic()

public bool IsSynthetic()

Returns

bool

bool

IsVarArgs()

public bool IsVarArgs()

Returns

bool

bool