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