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.

C#
public SymWriter();

Applies to

.NET Framework 4.8.1 and other versions
Product Versions
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

SymWriter(Boolean)

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

C#
public SymWriter(bool noUnderlyingWriter);

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

.NET Framework 4.8.1 and other versions
Product Versions
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1