Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
LAHashDependentHashTracker.cs
Go to the documentation of this file.
1
using
System.Runtime.InteropServices
;
2
3
namespace
System.Runtime.CompilerServices
;
4
5
[StructLayout(
LayoutKind
.Sequential)]
6
internal
sealed
class
LAHashDependentHashTracker
7
{
8
private
GCHandle
_dependentHandle
;
9
10
private
IntPtr
_loaderAllocator
;
11
12
~LAHashDependentHashTracker
()
13
{
14
if
(
_dependentHandle
.
IsAllocated
)
15
{
16
_dependentHandle
.
Free
();
17
}
18
}
19
}
System.Runtime.CompilerServices.LAHashDependentHashTracker._dependentHandle
GCHandle _dependentHandle
Definition
LAHashDependentHashTracker.cs:8
System.Runtime.CompilerServices.LAHashDependentHashTracker.~LAHashDependentHashTracker
~LAHashDependentHashTracker()
Definition
LAHashDependentHashTracker.cs:12
System.Runtime.CompilerServices.LAHashDependentHashTracker._loaderAllocator
IntPtr _loaderAllocator
Definition
LAHashDependentHashTracker.cs:10
System.Runtime.CompilerServices.LAHashDependentHashTracker
Definition
LAHashDependentHashTracker.cs:7
System.Runtime.CompilerServices
Definition
NullablePublicOnlyAttribute.cs:3
System.Runtime.InteropServices.LayoutKind
LayoutKind
Definition
LayoutKind.cs:4
System.Runtime.InteropServices
Definition
SequenceMarshal.cs:4
System.IntPtr
Definition
IntPtr.cs:14
System.Runtime.InteropServices.GCHandle.IsAllocated
bool IsAllocated
Definition
GCHandle.cs:32
System.Runtime.InteropServices.GCHandle.Free
void Free()
Definition
GCHandle.cs:91
System.Runtime.InteropServices.GCHandle
Definition
GCHandle.cs:9
source
System.Private.CoreLib
System.Runtime.CompilerServices
LAHashDependentHashTracker.cs
Generated by
1.10.0