Android.App.ActivityManager.GetProcessMemoryInfo Method
Return information about the memory usage of one or more processes.

Syntax

[Android.Runtime.Register("getProcessMemoryInfo", "([I)[Landroid/os/Debug$MemoryInfo;", "GetGetProcessMemoryInfo_arrayIHandler")]
public virtual Android.OS.Debug.MemoryInfo[] GetProcessMemoryInfo (int[] pids)

Parameters

pids
The pids of the processes whose memory usage is to be retrieved.

Returns

Documentation for this section has not yet been entered.

Remarks

Return information about the memory usage of one or more processes.

Note: this method is only intended for debugging or building a user-facing process management UI.

[Android Documentation]

Requirements

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