SymWriter Constructors

Definition

Overloads

SymWriter()

Initializes a new instance of the SymWriter class.

SymWriter(Boolean)

Initializes a new instance of the SymWriter class, specifying whether to create an underlying symbol writer.

SymWriter()

Initializes a new instance of the SymWriter class.

public:
 SymWriter();
public SymWriter ();
Public Sub New ()

Applies to

SymWriter(Boolean)

Initializes a new instance of the SymWriter class, specifying whether to create an underlying symbol writer.

public:
 SymWriter(bool noUnderlyingWriter);
public SymWriter (bool noUnderlyingWriter);
new System.Diagnostics.SymbolStore.SymWriter : bool -> System.Diagnostics.SymbolStore.SymWriter
Public Sub New (noUnderlyingWriter As Boolean)

Parameters

noUnderlyingWriter
Boolean

true if an underlying symbol writer will be provided by calling the SetUnderlyingWriter(IntPtr) method; false if a default underlying symbol writer should be created instead.

Applies to