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

プロパティ値

Boolean

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

属性

適用対象