Share via


Debug.MemoryInfo.MemoryStats Property

Definition

Returns a map of the names/values of the memory statistics that #getMemoryStat(String) supports.

public virtual System.Collections.Generic.IDictionary<string,string>? MemoryStats { [Android.Runtime.Register("getMemoryStats", "()Ljava/util/Map;", "GetGetMemoryStatsHandler", ApiSince=23)] get; }
[<get: Android.Runtime.Register("getMemoryStats", "()Ljava/util/Map;", "GetGetMemoryStatsHandler", ApiSince=23)>]
member this.MemoryStats : System.Collections.Generic.IDictionary<string, string>

Property Value

a map of the names/values of the supported memory statistics.

Attributes

Remarks

Returns a map of the names/values of the memory statistics that #getMemoryStat(String) supports.

Java documentation for android.os.Debug.MemoryInfo.getMemoryStats().

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