ProcessInfo.VirtualMemory Property

Definition

Gets or sets virtual memory size.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.virtual_memory")]
public long? VirtualMemory { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.virtual_memory")>]
member this.VirtualMemory : Nullable<int64> with get, set
Public Property VirtualMemory As Nullable(Of Long)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to