Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Specifies the default provider for the marker events.
Namespace: Microsoft.ConcurrencyVisualizer.Instrumentation
Assembly: Microsoft.ConcurrencyVisualizer.Markers (in Microsoft.ConcurrencyVisualizer.Markers.dll)
Syntax
'Declaration
Public Shared ReadOnly Property DefaultWriter As MarkerWriter
public static MarkerWriter DefaultWriter { get; }
public:
static property MarkerWriter^ DefaultWriter {
MarkerWriter^ get ();
}
static member DefaultWriter : MarkerWriter with get
static function get DefaultWriter () : MarkerWriter
Property Value
Type: Microsoft.ConcurrencyVisualizer.Instrumentation.MarkerWriter
Returns MarkerWriter.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.