Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Runtime.InteropServices.NativeLibrary Member List

This is the complete list of members for System.Runtime.InteropServices.NativeLibrary, including all inherited members.

Free(IntPtr handle)System.Runtime.InteropServices.NativeLibraryinlinestatic
FreeLib(IntPtr handle)System.Runtime.InteropServices.NativeLibrarypackage
GetExport(IntPtr handle, string name)System.Runtime.InteropServices.NativeLibraryinlinestatic
GetSymbol(IntPtr handle, string symbolName, bool throwOnError)System.Runtime.InteropServices.NativeLibrarypackage
Load(string libraryPath)System.Runtime.InteropServices.NativeLibraryinlinestatic
Load(string libraryName, Assembly assembly, DllImportSearchPath? searchPath)System.Runtime.InteropServices.NativeLibraryinlinestatic
LoadByName(string libraryName, QCallAssembly callingAssembly, bool hasDllImportSearchPathFlag, uint dllImportSearchPathFlag, bool throwOnError)System.Runtime.InteropServices.NativeLibrarypackage
LoadFromPath(string libraryName, bool throwOnError)System.Runtime.InteropServices.NativeLibrarypackage
LoadLibraryByName(string libraryName, Assembly assembly, DllImportSearchPath? searchPath, bool throwOnError)System.Runtime.InteropServices.NativeLibraryinlinepackagestatic
LoadLibraryCallbackStub(string libraryName, Assembly assembly, bool hasDllImportSearchPathFlags, uint dllImportSearchPathFlags)System.Runtime.InteropServices.NativeLibraryinlinepackagestatic
s_nativeDllResolveMapSystem.Runtime.InteropServices.NativeLibraryprivatestatic
SetDllImportResolver(Assembly assembly, DllImportResolver resolver)System.Runtime.InteropServices.NativeLibraryinlinestatic
TryGetExport(IntPtr handle, string name, out IntPtr address)System.Runtime.InteropServices.NativeLibraryinlinestatic
TryLoad(string libraryPath, out IntPtr handle)System.Runtime.InteropServices.NativeLibraryinlinestatic
TryLoad(string libraryName, Assembly assembly, DllImportSearchPath? searchPath, out IntPtr handle)System.Runtime.InteropServices.NativeLibraryinlinestatic