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

속성 값

trueJIT 디버깅을 사용하는 경우 그렇지 않으면 . false

특성

적용 대상