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.
Returns the MarkerWriter (provider) for this marker series.
Namespace: Microsoft.ConcurrencyVisualizer.Instrumentation
Assembly: Microsoft.ConcurrencyVisualizer.Markers (in Microsoft.ConcurrencyVisualizer.Markers.dll)
Syntax
'Declaration
Public Property Writer As MarkerWriter
public MarkerWriter Writer { get; private set; }
public:
property MarkerWriter^ Writer {
MarkerWriter^ get ();
private: void set (MarkerWriter^ value);
}
member Writer : MarkerWriter with get, private set
function get Writer () : MarkerWriter
private function set Writer (value : 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.