Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
DllImportResolver.cs
Go to the documentation of this file.
1
using
System.Reflection
;
2
3
namespace
System.Runtime.InteropServices
;
4
5
public
delegate
IntPtr
DllImportResolver
(
string
libraryName,
Assembly
assembly,
DllImportSearchPath
? searchPath);
System.Reflection.Assembly
Definition
Assembly.cs:16
System.Reflection
Definition
ICustomTypeProvider.cs:1
System.Runtime.InteropServices.DllImportSearchPath
DllImportSearchPath
Definition
DllImportSearchPath.cs:5
System.Runtime.InteropServices.DllImportResolver
delegate IntPtr DllImportResolver(string libraryName, Assembly assembly, DllImportSearchPath? searchPath)
System.Runtime.InteropServices
Definition
SequenceMarshal.cs:4
System.IntPtr
Definition
IntPtr.cs:14
source
System.Private.CoreLib
System.Runtime.InteropServices
DllImportResolver.cs
Generated by
1.10.0