Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
RegistrationConnectionType.cs
Go to the documentation of this file.
1
namespace
System.Runtime.InteropServices
;
2
3
[Flags]
4
public
enum
RegistrationConnectionType
5
{
6
SingleUse
= 0,
7
MultipleUse
= 1,
8
MultiSeparate
= 2,
9
Suspended
= 4,
10
Surrogate
= 8
11
}
System.Runtime.InteropServices.RegistrationConnectionType
RegistrationConnectionType
Definition
RegistrationConnectionType.cs:5
System.Runtime.InteropServices.RegistrationConnectionType.SingleUse
@ SingleUse
System.Runtime.InteropServices.RegistrationConnectionType.MultipleUse
@ MultipleUse
System.Runtime.InteropServices.RegistrationConnectionType.Suspended
@ Suspended
System.Runtime.InteropServices.RegistrationConnectionType.Surrogate
@ Surrogate
System.Runtime.InteropServices.RegistrationConnectionType.MultiSeparate
@ MultiSeparate
System.Runtime.InteropServices
Definition
SequenceMarshal.cs:4
source
System.Runtime.InteropServices
System.Runtime.InteropServices
RegistrationConnectionType.cs
Generated by
1.10.0