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