次の方法で共有


ProcessModuleInfoInner.IsDebug プロパティ

定義

取得または設定はデバッグですか?

[Newtonsoft.Json.JsonProperty(PropertyName="properties.is_debug")]
public bool? IsDebug { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.is_debug")>]
member this.IsDebug : Nullable<bool> with get, set
Public Property IsDebug As Nullable(Of Boolean)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象