Enum Platforms
Enumeration for representing supported platform types.
public enum Platforms- Extension Methods
Fields
- AnyCPU = 2
- Represents any CPU architecture. 
- x64 = 1
- Represents the 64-bit platform. 
- x86 = 0
- Represents the 32-bit platform. 
Enumeration for representing supported platform types.
public enum PlatformsAnyCPU = 2Represents any CPU architecture.
x64 = 1Represents the 64-bit platform.
x86 = 0Represents the 32-bit platform.