Debug.MemoryInfo.TotalSharedClean Property

Definition

Return total shared clean memory usage in kB.

public virtual int TotalSharedClean { [Android.Runtime.Register("getTotalSharedClean", "()I", "GetGetTotalSharedCleanHandler")] get; }
[<get: Android.Runtime.Register("getTotalSharedClean", "()I", "GetGetTotalSharedCleanHandler")>]
member this.TotalSharedClean : int

Property Value

Attributes

Remarks

Return total shared clean memory usage in kB.

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

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