PlatformArchitecture Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This enum is used in the availability attributes to specify which architecture(s) any given attribute applies to.
This enumeration supports a bitwise combination of its member values.
[System.Flags]
public enum PlatformArchitecture
type PlatformArchitecture =
- Inheritance
-
PlatformArchitecture
- Attributes
Fields
Name | Value | Description |
---|---|---|
None | 0 | Unspecified or no architecture. |
Arch32 | 1 | The 32-bit architecture. |
Arch64 | 2 | The 64-bit architecture. |
All | 255 | This is a bitmask of all the architectures. |