Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
GCHandleType.cs
Go to the documentation of this file.
1
namespace
System.Runtime.InteropServices
;
2
3
public
enum
GCHandleType
4
{
5
Weak
,
6
WeakTrackResurrection
,
7
Normal
,
8
Pinned
9
}
System.Runtime.InteropServices.GCHandleType
GCHandleType
Definition
GCHandleType.cs:4
System.Runtime.InteropServices.GCHandleType.WeakTrackResurrection
@ WeakTrackResurrection
System.Runtime.InteropServices.GCHandleType.Pinned
@ Pinned
System.Runtime.InteropServices.GCHandleType.Weak
@ Weak
System.Runtime.InteropServices.GCHandleType.Normal
@ Normal
System.Runtime.InteropServices
Definition
SequenceMarshal.cs:4
source
System.Private.CoreLib
System.Runtime.InteropServices
GCHandleType.cs
Generated by
1.10.0