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

屬性

適用於