SymWriter.Initialize(IntPtr, String, Boolean) Method

Definition

Sets the metadata emitter interface to associate with this writer.

C#
public override void Initialize(IntPtr emitter, string filename, bool fFullBuild);
C#
public virtual void Initialize(IntPtr emitter, string filename, bool fFullBuild);

Parameters

emitter
IntPtr

The metadata emitter interface.

filename
String

The file name for which the debugging symbols are written. Some writers require a file name, while others do not. If a file name is specified for a writer that does not use file names, this parameter is ignored.

fFullBuild
Boolean

true indicates that this is a full rebuild; false indicates an incremental compilation.

Implements

Remarks

Initialize also sets the output file name where the debugging symbols are written. This method can be called only once and must be called before any other writer methods are called.

Applies to

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