Table of Contents

Method GetReaderForFile

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

GetReaderForFile(string)

public static ISymbolReader GetReaderForFile(string pathModule)

Parameters

pathModule string

Returns

ISymbolReader

GetReaderForFile(string, string)

public static ISymbolReader GetReaderForFile(string pathModule, string searchPath)

Parameters

pathModule string
searchPath string

Returns

ISymbolReader

GetReaderForFile(SymbolFormat, string, string)

public static ISymbolReader GetReaderForFile(SymbolFormat symFormat, string pathModule, string searchPath)

Parameters

symFormat SymbolFormat
pathModule string
searchPath string

Returns

ISymbolReader