Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
ProcessorArchitecture.cs
Go to the documentation of this file.
1
namespace
System.Reflection
;
2
3
public
enum
ProcessorArchitecture
4
{
5
None
,
6
MSIL
,
7
X86
,
8
IA64
,
9
Amd64
,
10
Arm
11
}
System.Reflection.ProcessorArchitecture
ProcessorArchitecture
Definition
ProcessorArchitecture.cs:4
System.Reflection.ProcessorArchitecture.MSIL
@ MSIL
System.Reflection.ProcessorArchitecture.Amd64
@ Amd64
System.Reflection.ProcessorArchitecture.X86
@ X86
System.Reflection.ImageFileMachine.IA64
@ IA64
System.Reflection.AssemblyNameFlags.None
@ None
System.Reflection
Definition
ICustomTypeProvider.cs:1
source
System.Private.CoreLib
System.Reflection
ProcessorArchitecture.cs
Generated by
1.10.0