System.Diagnostics.SymbolStore.ISymbolWriter.Initialize Method

Sets the metadata emitter interface to associate with a writer.

Syntax

public void Initialize (IntPtr emitter, string filename, bool fFullBuild)

Parameters

emitter
The metadata emitter interface.
filename
The file name for which the debugging symbols are written. Some writers require a file name, and others do not. If a file name is specified for a writer that does not use file names, this parameter is ignored.
fFullBuild
true indicates that this is a full rebuild; false indicates that this is an incremental compilation.

Remarks

ISymbolWriter.Initialize(IntPtr, string, bool) 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.

Requirements

Namespace: System.Diagnostics.SymbolStore
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0