mscorlib(4.0.0.0) API with additions
Architecture.cs
1
namespace
System.Runtime.InteropServices
2
{
4
public
enum
Architecture
5
{
7
X86,
9
X64
,
11
Arm,
13
Arm64
14
}
15
}
System.Runtime.InteropServices.Architecture
Architecture
Indicates the processor architecture.
Definition:
Architecture.cs:4
System.Runtime.InteropServices
Definition:
_Activator.cs:1
System.Runtime.InteropServices.Architecture.Arm64
A 64-bit ARM processor architecture.
System.Runtime.InteropServices.Architecture.X64
An Intel-based 64-bit processor architecture.
All cs
System.Runtime.InteropServices
Architecture.cs
Generated by
1.8.15