Lingua

MemoryBudgetManager.ProcessBudgetBytes Proprietà

Definizione

Restituisce il budget per il processo del chiamante. -oppure- Imposta il budget di memoria per il processo del chiamante.

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

Valore della proprietà

limite di memoria per il processo del chiamante in byte; può restituire LIMIT_IS_DISABLED

Attributi

Si applica a