Debug.MemoryInfo.TotalPrivateDirty Property

Definition

Return total private dirty memory usage in kB.

public virtual int TotalPrivateDirty { [Android.Runtime.Register("getTotalPrivateDirty", "()I", "GetGetTotalPrivateDirtyHandler")] get; }
[<get: Android.Runtime.Register("getTotalPrivateDirty", "()I", "GetGetTotalPrivateDirtyHandler")>]
member this.TotalPrivateDirty : int

Property Value

Attributes

Remarks

Return total private dirty memory usage in kB.

Java documentation for android.os.Debug.MemoryInfo.getTotalPrivateDirty().

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