SecurityManager.CurrentClassLoader Method

Definition

Caution

deprecated

This member is deprecated.

[Android.Runtime.Register("currentClassLoader", "()Ljava/lang/ClassLoader;", "GetCurrentClassLoaderHandler")]
[System.Obsolete("deprecated")]
protected virtual Java.Lang.ClassLoader? CurrentClassLoader ();
[<Android.Runtime.Register("currentClassLoader", "()Ljava/lang/ClassLoader;", "GetCurrentClassLoaderHandler")>]
[<System.Obsolete("deprecated")>]
abstract member CurrentClassLoader : unit -> Java.Lang.ClassLoader
override this.CurrentClassLoader : unit -> Java.Lang.ClassLoader

Returns

Attributes

Remarks

This member is deprecated. Use #checkPermission instead.

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

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