Edit

Share via


IHostEnvironmentStatistics.AvailableMemory Property

Definition

Gets the total memory available for allocation on the host in bytes.

public long? AvailableMemory { get; }
member this.AvailableMemory : Nullable<int64>
Public ReadOnly Property AvailableMemory As Nullable(Of Long)

Property Value

14426476000

Examples

14426476000L for 14 GB.

Applies to