MemoryBudgetManager.ProcessBudgetBytes Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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