SecurityManager.CurrentLoadedClass Method

Definition

Caution

deprecated

[Android.Runtime.Register("currentLoadedClass", "()Ljava/lang/Class;", "GetCurrentLoadedClassHandler")]
[System.Obsolete("deprecated")]
protected virtual Java.Lang.Class? CurrentLoadedClass ();
[<Android.Runtime.Register("currentLoadedClass", "()Ljava/lang/Class;", "GetCurrentLoadedClassHandler")>]
[<System.Obsolete("deprecated")>]
abstract member CurrentLoadedClass : unit -> Java.Lang.Class
override this.CurrentLoadedClass : unit -> Java.Lang.Class

Returns

Class
Attributes

Remarks

Java documentation for java.lang.SecurityManager.currentLoadedClass().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to