WindowsFormsSection.JitDebugging 屬性

定義

取得或設定一個值,指示是否使用即時除錯(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

屬性

適用於