Debug.ShowFullDetail フィールド

定義

注意事項

This constant will be removed in the future version. Use Android.OS.DebugShow enum directly instead of this field.

printLoadedClasses() のフラグ。

[Android.Runtime.Register("SHOW_FULL_DETAIL")]
[System.Obsolete("This constant will be removed in the future version. Use Android.OS.DebugShow enum directly instead of this field.", true)]
public const Android.OS.DebugShow ShowFullDetail = 1;
[<Android.Runtime.Register("SHOW_FULL_DETAIL")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.OS.DebugShow enum directly instead of this field.", true)>]
val mutable ShowFullDetail : Android.OS.DebugShow

フィールド値

Value = 1
属性

注釈

printLoadedClasses() のフラグ。 既定の動作では、クラス名のみが表示されます。

の Java ドキュメント android.os.Debug.SHOW_FULL_DETAIL

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

適用対象