Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
ISymbolBinder.cs
Go to the documentation of this file.
2
3public interface ISymbolBinder
4{
5 [Obsolete("ISymbolBinder.GetReader has been deprecated because it is not 64-bit compatible. Use ISymbolBinder1.GetReader instead. 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.")]
6 ISymbolReader? GetReader(int importer, string filename, string searchPath);
7}
ISymbolReader? GetReader(int importer, string filename, string searchPath)