Debug.MemoryInfo.NativeSharedDirty Property

Definition

The shared dirty pages used by the native heap.

[Android.Runtime.Register("nativeSharedDirty")]
public int NativeSharedDirty { get; set; }
[<Android.Runtime.Register("nativeSharedDirty")>]
member this.NativeSharedDirty : int with get, set

Property Value

Attributes

Remarks

The shared dirty pages used by the native heap.

Java documentation for android.os.Debug.MemoryInfo.nativeSharedDirty.

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