ProcessInfo.PeakVirtualMemory Property

Definition

Gets or sets peak virtual memory usage.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to