Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
Architecture.cs
Go to the documentation of this file.
1
namespace
System.Runtime.InteropServices
;
2
3
public
enum
Architecture
4
{
5
X86
,
6
X64
,
7
Arm
,
8
Arm64
,
9
Wasm
,
10
S390x
11
}
System.Runtime.InteropServices.Architecture
Architecture
Definition
Architecture.cs:4
System.Runtime.InteropServices.Architecture.S390x
@ S390x
System.Runtime.InteropServices.Architecture.Arm
@ Arm
System.Runtime.InteropServices.Architecture.Arm64
@ Arm64
System.Runtime.InteropServices.Architecture.X64
@ X64
System.Runtime.InteropServices.Architecture.Wasm
@ Wasm
System.Runtime.InteropServices.Architecture.X86
@ X86
System.Runtime.InteropServices
Definition
SequenceMarshal.cs:4
source
System.Runtime.InteropServices.RuntimeInformation
System.Runtime.InteropServices
Architecture.cs
Generated by
1.10.0