Java.Security.GuardedObject.Object Property
Returns the guarded Object if the associated Guard permits access.

Syntax

[get: Android.Runtime.Register("getObject", "()Ljava/lang/Object;", "GetGetObjectHandler")]
public virtual Java.Lang.Object Object { get; }

Value

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.SecurityExceptionif access is not granted to the guarded object.

Remarks

Returns the guarded Object if the associated Guard permits access. If access is not granted, then a SecurityException is thrown.

[Android Documentation]

Requirements

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