言語

SecurityManager.ClassLoaderDepth メソッド

定義

注意事項

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

返品

クラス ローダーを持つ最初のクラスのスタック深度。または、何も見つからない場合に -1

属性

注釈

このメンバーは非推奨です。 #checkPermission を代わりに使用します。

Javaドキュメント。

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象