Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
CreateObjectFlags.cs
Go to the documentation of this file.
1
namespace
System.Runtime.InteropServices
;
2
3
[Flags]
4
public
enum
CreateObjectFlags
5
{
6
None
= 0,
7
TrackerObject
= 1,
8
UniqueInstance
= 2,
9
Aggregation
= 4,
10
Unwrap
= 8
11
}
System.Runtime.InteropServices.CharSet.None
@ None
System.Runtime.InteropServices.CreateObjectFlags
CreateObjectFlags
Definition
CreateObjectFlags.cs:5
System.Runtime.InteropServices.CreateObjectFlags.UniqueInstance
@ UniqueInstance
System.Runtime.InteropServices.CreateObjectFlags.TrackerObject
@ TrackerObject
System.Runtime.InteropServices.CreateObjectFlags.Aggregation
@ Aggregation
System.Runtime.InteropServices.CreateObjectFlags.Unwrap
@ Unwrap
System.Runtime.InteropServices
Definition
SequenceMarshal.cs:4
source
System.Private.CoreLib
System.Runtime.InteropServices
CreateObjectFlags.cs
Generated by
1.10.0