Markers.IsEnabled-Methode

Bestimmt, ob eine Sitzung den Anbieter der Markierung ETW aktiviert hat.

Namespace:  Microsoft.ConcurrencyVisualizer.Instrumentation
Assembly:  Microsoft.ConcurrencyVisualizer.Markers (in Microsoft.ConcurrencyVisualizer.Markers.dll)

Syntax

'Declaration
Public Shared Function IsEnabled As Boolean
public static bool IsEnabled()
public:
static bool IsEnabled()
static member IsEnabled : unit -> bool 
public static function IsEnabled() : boolean

Rückgabewert

Typ: System.Boolean
true , um eine Sitzung anzugeben ist aktiviert. andernfalls false.

.NET Framework-Sicherheit

Siehe auch

Referenz

Markers Klasse

IsEnabled-Überladung

Microsoft.ConcurrencyVisualizer.Instrumentation-Namespace