mscorlib(4.0.0.0) API with additions
ISymbolBinder.cs
2 
4 {
6  [ComVisible(true)]
7  public interface ISymbolBinder
8  {
14  [Obsolete("The recommended alternative is ISymbolBinder1.GetReader. ISymbolBinder1.GetReader takes the importer interface pointer as an IntPtr instead of an Int32, and thus works on both 32-bit and 64-bit architectures. http://go.microsoft.com/fwlink/?linkid=14202=14202")]
15  ISymbolReader GetReader(int importer, string filename, string searchPath);
16  }
17 }
Represents a symbol binder for managed code.
Definition: ISymbolBinder.cs:7
Definition: __Canon.cs:3
Represents a symbol reader for managed code.
Definition: ISymbolReader.cs:7
ISymbolReader GetReader(int importer, string filename, string searchPath)
Gets the interface of the symbol reader for the current file.