WindowsFormsSection.JitDebugging 속성

정의

JIT(Just-In-Time) 디버깅이 사용되는지 여부를 나타내는 값을 가져오거나 설정합니다.

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

속성 값

JIT 디버깅이 사용되면 true이고, 그렇지 않으면 false입니다.

특성

적용 대상