Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
LoaderAllocatorScout.cs
Go to the documentation of this file.
2
3namespace System.Reflection;
4
5internal sealed class LoaderAllocatorScout
6{
8
9 [DllImport("QCall", CharSet = CharSet.Unicode)]
10 private static extern bool Destroy(IntPtr nativeLoaderAllocator);
11
19}
static void ReRegisterForFinalize(object obj)
Definition GC.cs:214
Definition GC.cs:8
static bool Destroy(IntPtr nativeLoaderAllocator)
static readonly IntPtr Zero
Definition IntPtr.cs:18