Method GetReaderForFile
- Namespace
- Microsoft.Samples.Debugging.CorSymbolStore
- Assembly
- corapi.dll
GetReaderForFile(string)
public static ISymbolReader GetReaderForFile(string pathModule)
Parameters
pathModule
string
Returns
GetReaderForFile(string, string)
public static ISymbolReader GetReaderForFile(string pathModule, string searchPath)
Parameters
Returns
GetReaderForFile(SymbolFormat, string, string)
public static ISymbolReader GetReaderForFile(SymbolFormat symFormat, string pathModule, string searchPath)
Parameters
symFormat
SymbolFormatpathModule
stringsearchPath
string