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

属性值

Boolean

如果使用 JIT 调试,则为 true;否则为 false

属性

适用于