- importer
- An IntPtr that refers to the metadata import interface.
- filename
- The name of the file for which the reader interface is required.
- searchPath
- The search path used to locate the symbol file.
The System.Diagnostics.SymbolStore.ISymbolReader interface that reads the debugging symbols.
When given a pointer to a metadata interface, a file name, and a search path, the ISymbolBinder1.GetReader(IntPtr, string, string) method returns the System.Diagnostics.SymbolStore.ISymbolReader interface that reads the debugging symbols associated with the module.