Dil

Debug.MemoryInfo.GetOtherPrivateDirty(Int32) Method

Definition

Gets the private dirty for the specified other memory category.

[Android.Runtime.Register("getOtherPrivateDirty", "(I)I", "GetGetOtherPrivateDirty_IHandler")]
public virtual int GetOtherPrivateDirty(int which);
[<Android.Runtime.Register("getOtherPrivateDirty", "(I)I", "GetGetOtherPrivateDirty_IHandler")>]
abstract member GetOtherPrivateDirty : int -> int
override this.GetOtherPrivateDirty : int -> int

Parameters

which
Int32

The other-memory category index.

Returns

The requested other private dirty.

Attributes

Remarks

Java documentation for android.os.Debug.MemoryInfo.getOtherPrivateDirty(int).

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