System.Diagnostics.SymbolStore.ISymbolBinder public interface ISymbolBinder Documentation Code namespace System.Diagnostics.SymbolStore { public interface ISymbolBinder { ISymbolReader GetReader(int importer, string filename, string searchPath); } }