Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
DllImportResolver.cs
Go to the documentation of this file.
2
4
5public delegate IntPtr DllImportResolver(string libraryName, Assembly assembly, DllImportSearchPath? searchPath);
delegate IntPtr DllImportResolver(string libraryName, Assembly assembly, DllImportSearchPath? searchPath)