Language

MemoryBudgetManager.ProcessCurrentUsageBytes Property

Definition

Returns the current memory usage for the caller's process.

public long ProcessCurrentUsageBytes { [Android.Runtime.Register("getProcessCurrentUsageBytes", "()J", "", ApiSince=37)] get; }
[<get: Android.Runtime.Register("getProcessCurrentUsageBytes", "()J", "", ApiSince=37)>]
member this.ProcessCurrentUsageBytes : int64

Property Value

the current memory usage in bytes.

Attributes

Applies to