SecurityManager.ClassLoaderDepth Method

Definition

Caution

deprecated

[Android.Runtime.Register("classLoaderDepth", "()I", "GetClassLoaderDepthHandler")]
[System.Obsolete("deprecated")]
protected virtual int ClassLoaderDepth ();
[<Android.Runtime.Register("classLoaderDepth", "()I", "GetClassLoaderDepthHandler")>]
[<System.Obsolete("deprecated")>]
abstract member ClassLoaderDepth : unit -> int
override this.ClassLoaderDepth : unit -> int

Returns

Int32
Attributes

Remarks

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

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