Terraria v1.4.4.9
Terraria source code documentation
|
This is the complete list of members for System.Runtime.InteropServices.NativeLibrary, including all inherited members.
Free(IntPtr handle) | System.Runtime.InteropServices.NativeLibrary | inlinestatic |
FreeLib(IntPtr handle) | System.Runtime.InteropServices.NativeLibrary | package |
GetExport(IntPtr handle, string name) | System.Runtime.InteropServices.NativeLibrary | inlinestatic |
GetSymbol(IntPtr handle, string symbolName, bool throwOnError) | System.Runtime.InteropServices.NativeLibrary | package |
Load(string libraryPath) | System.Runtime.InteropServices.NativeLibrary | inlinestatic |
Load(string libraryName, Assembly assembly, DllImportSearchPath? searchPath) | System.Runtime.InteropServices.NativeLibrary | inlinestatic |
LoadByName(string libraryName, QCallAssembly callingAssembly, bool hasDllImportSearchPathFlag, uint dllImportSearchPathFlag, bool throwOnError) | System.Runtime.InteropServices.NativeLibrary | package |
LoadFromPath(string libraryName, bool throwOnError) | System.Runtime.InteropServices.NativeLibrary | package |
LoadLibraryByName(string libraryName, Assembly assembly, DllImportSearchPath? searchPath, bool throwOnError) | System.Runtime.InteropServices.NativeLibrary | inlinepackagestatic |
LoadLibraryCallbackStub(string libraryName, Assembly assembly, bool hasDllImportSearchPathFlags, uint dllImportSearchPathFlags) | System.Runtime.InteropServices.NativeLibrary | inlinepackagestatic |
s_nativeDllResolveMap | System.Runtime.InteropServices.NativeLibrary | privatestatic |
SetDllImportResolver(Assembly assembly, DllImportResolver resolver) | System.Runtime.InteropServices.NativeLibrary | inlinestatic |
TryGetExport(IntPtr handle, string name, out IntPtr address) | System.Runtime.InteropServices.NativeLibrary | inlinestatic |
TryLoad(string libraryPath, out IntPtr handle) | System.Runtime.InteropServices.NativeLibrary | inlinestatic |
TryLoad(string libraryName, Assembly assembly, DllImportSearchPath? searchPath, out IntPtr handle) | System.Runtime.InteropServices.NativeLibrary | inlinestatic |