次の方法で共有


ProcessInfoInner.VirtualMemory プロパティ

定義

仮想メモリ サイズを取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象