Sprache

Debug.ShowClassloader Feld

Definition

Achtung

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

Stellt den ShowClassloader-Wert dar.

[Android.Runtime.Register("SHOW_CLASSLOADER")]
[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 ShowClassloader = 2;
[<Android.Runtime.Register("SHOW_CLASSLOADER")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.OS.DebugShow enum directly instead of this field.", true)>]
val mutable ShowClassloader : Android.OS.DebugShow

Feldwert

Value = 2
Attribute

Hinweise

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die von der Android Open Source Project erstellt und gemeinsam verwendet und gemäß den in der 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Java Dokumentation für android.os.Debug.SHOW_CLASSLOADER.

Gilt für: