SecurityManager.ClassDepth(String) Method

Definition

Caution

deprecated

This member is deprecated.

[Android.Runtime.Register("classDepth", "(Ljava/lang/String;)I", "GetClassDepth_Ljava_lang_String_Handler")]
[System.Obsolete("deprecated")]
protected virtual int ClassDepth (string? name);
[<Android.Runtime.Register("classDepth", "(Ljava/lang/String;)I", "GetClassDepth_Ljava_lang_String_Handler")>]
[<System.Obsolete("deprecated")>]
abstract member ClassDepth : string -> int
override this.ClassDepth : string -> int

Parameters

name
String

Returns

Attributes

Remarks

This member is deprecated. Use #checkPermission instead.

Java documentation for java.lang.SecurityManager.classDepth(java.lang.String).

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