SecurityManager.InClassLoader Method

Definition

Caution

deprecated

[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

Boolean
Attributes

Remarks

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