WindowsFormsSection.JitDebugging プロパティ

定義

Just-In-Time (JIT) デバッグを使用するかどうかを示す値を取得または設定します。

public:
 property bool JitDebugging { bool get(); void set(bool value); };
[System.Configuration.ConfigurationProperty("jitDebugging", DefaultValue=false)]
public bool JitDebugging { get; set; }
public bool JitDebugging { get; set; }
[<System.Configuration.ConfigurationProperty("jitDebugging", DefaultValue=false)>]
member this.JitDebugging : bool with get, set
member this.JitDebugging : bool with get, set
Public Property JitDebugging As Boolean

プロパティ値

true JIT デバッグを使用する場合。それ以外の場合は false

属性

適用対象