DebuggableAttribute.DebuggingFlags Vlastnost

Definice

Získá režimy ladění pro atribut.

public:
 property System::Diagnostics::DebuggableAttribute::DebuggingModes DebuggingFlags { System::Diagnostics::DebuggableAttribute::DebuggingModes get(); };
public System.Diagnostics.DebuggableAttribute.DebuggingModes DebuggingFlags { get; }
member this.DebuggingFlags : System.Diagnostics.DebuggableAttribute.DebuggingModes
Public ReadOnly Property DebuggingFlags As DebuggableAttribute.DebuggingModes

Hodnota vlastnosti

Bitové kombinace DebuggableAttribute.DebuggingModes hodnot popisujících režim ladění pro kompilátor JIT (just-in-time) Výchozí formát je Default.

Poznámky

Vlastnost DebuggingFlags řídí, jak modul runtime sleduje informace důležité pro ladicí program během generování kódu. Tyto informace pomáhají ladicímu programu poskytovat bohaté možnosti ladění.

Platí pro