Sdílet prostřednictvím


WindowsFormsSection.JitDebugging Vlastnost

Definice

Získá nebo nastaví hodnotu označující, jestli se používá ladění podle potřeby (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

Hodnota vlastnosti

Boolean

truepokud se používá ladění JIT; v opačném případě . false

Atributy

Platí pro