Lingua

MemoryBudgetManager.ProcessBudgetBytes Property

Definition

Returns the budget for the caller's process. -or- Sets the memory budget for the caller's process.

public long ProcessBudgetBytes { [Android.Runtime.Register("getProcessBudgetBytes", "()J", "", ApiSince=37)] get; [Android.Runtime.Register("setProcessBudgetBytes", "(J)V", "", ApiSince=37)] set; }
[<get: Android.Runtime.Register("getProcessBudgetBytes", "()J", "", ApiSince=37)>]
[<set: Android.Runtime.Register("setProcessBudgetBytes", "(J)V", "", ApiSince=37)>]
member this.ProcessBudgetBytes : int64 with get, set

Property Value

memory limit for the caller's process in bytes; may return LIMIT_IS_DISABLED

Attributes

Applies to