Table of Contents

Method GetWriterForFile

Namespace
Microsoft.Samples.Debugging.CorSymbolStore
Assembly
corapi.dll

GetWriterForFile(string, ref object)

public static ISymbolWriter2 GetWriterForFile(string pathModule, ref object emitter)

Parameters

pathModule string
emitter object

Returns

ISymbolWriter2

GetWriterForFile(SymbolFormat, string, ref object)

public static ISymbolWriter2 GetWriterForFile(SymbolFormat format, string pathModule, ref object emitter)

Parameters

format SymbolFormat
pathModule string
emitter object

Returns

ISymbolWriter2