SecurityManager.InClassLoader Method

Definition

Caution

deprecated

This legacy security API is not supported on Android.

[Android.Runtime.Register("inClassLoader", "()Z", "GetInClassLoaderHandler")]
[System.Obsolete("deprecated")]
protected virtual bool InClassLoader();
[<Android.Runtime.Register("inClassLoader", "()Z", "GetInClassLoaderHandler")>]
[<System.Obsolete("deprecated")>]
abstract member InClassLoader : unit -> bool
override this.InClassLoader : unit -> bool

Returns

Attributes

Remarks

This legacy security API is not supported on Android. Do not use.

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

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