Retrieves information about this processes memory usages.
Syntax
[Android.Runtime.Register("getMemoryInfo", "(Landroid/os/Debug$MemoryInfo;)V", "")] public static voidGetMemoryInfo (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.