Java.Lang.Reflect.AccessibleObject Members

The members of Java.Lang.Reflect.AccessibleObject are listed below.

See Also: Inherited members from Java.Lang.Object

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Properties

Accessiblebool. Returns true if this object is accessible without access checks.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

GetAnnotation(Java.Lang.Class) : Java.Lang.Object
Documentation for this section has not yet been entered.
GetAnnotations() : Java.Lang.Annotation.IAnnotation[]
Returns, for this element, an array containing all annotations (including inherited annotations).
GetDeclaredAnnotations() : Java.Lang.Annotation.IAnnotation[]
Returns, for this element, all annotations that are explicitly declared (not inherited).
IsAnnotationPresent(Java.Lang.Class) : bool
Documentation for this section has not yet been entered.
static
SetAccessible(AccessibleObject[], bool)
Attempts to set the accessible flag for all objects in objects.