SymWriter Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.