Debug.GetMemoryInfo(Debug+MemoryInfo) Method

Definition

Retrieves information about this processes memory usages.

[Android.Runtime.Register("getMemoryInfo", "(Landroid/os/Debug$MemoryInfo;)V", "")]
public static void GetMemoryInfo (Android.OS.Debug.MemoryInfo? memoryInfo);
[<Android.Runtime.Register("getMemoryInfo", "(Landroid/os/Debug$MemoryInfo;)V", "")>]
static member GetMemoryInfo : Android.OS.Debug.MemoryInfo -> unit

Parameters

memoryInfo
Debug.MemoryInfo
Attributes

Remarks

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