DebuggableAttribute.DebuggingFlags Eigenschap

Definitie

Hiermee haalt u de foutopsporingsmodi voor het kenmerk op.

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

Waarde van eigenschap

Een bitsgewijze combinatie van de DebuggableAttribute.DebuggingModes waarden die de foutopsporingsmodus beschrijven voor de Just-In-Time-compiler (JIT). De standaardwaarde is Default.

Opmerkingen

De DebuggingFlags eigenschap bepaalt hoe de runtime informatie bijhoudt die belangrijk is voor het foutopsporingsprogramma tijdens het genereren van code. Deze informatie helpt het foutopsporingsprogramma een uitgebreide foutopsporingservaring te bieden.

Van toepassing op