Java.Lang.Reflect.AccessibleObject.Accessible Property
Returns true if this object is accessible without access checks.

Syntax

[get: Android.Runtime.Register("isAccessible", "()Z", "GetIsAccessibleHandler")]
[set: Android.Runtime.Register("setAccessible", "(Z)V", "GetSetAccessible_ZHandler")]
public virtual bool Accessible { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Returns true if this object is accessible without access checks.

Set method documentation [Android Documentation]

Attempts to set the accessible flag. Setting this to true prevents IllegalAccessExceptions.

Requirements

Namespace: Java.Lang.Reflect
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1