Android.OS.Debug.GetMemoryInfo Method
Retrieves information about this processes memory usages.

Syntax

[Android.Runtime.Register("getMemoryInfo", "(Landroid/os/Debug$MemoryInfo;)V", "")]
public static void GetMemoryInfo (Debug.MemoryInfo memoryInfo)

Parameters

memoryInfo
Documentation for this section has not yet been entered.

Remarks

Retrieves information about this processes memory usages. This information is broken down by how much is in use by dalivk, the native heap, and everything else.

[Android Documentation]

Requirements

Namespace: Android.OS
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1