- 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.
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.