MemoryBudgetInfo.MaxMb 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 memory limit (in MiB) that this MemoryBudgetInfo represents.
public long MaxMb { [Android.Runtime.Register("getMaxMb", "()J", "", ApiSince=37)] get; }
[<get: Android.Runtime.Register("getMaxMb", "()J", "", ApiSince=37)>]
member this.MaxMb : int64
Property Value
The memory limit (in MiB) that this MemoryBudgetInfo represents.
- Attributes