次の方法で共有


ProcessInfoInner.PeakVirtualMemory プロパティ

定義

仮想メモリのピーク使用量を取得または設定します。

[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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象