PexPlatform 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.
Supported bitness for an exploration
public enum class PexPlatform
[System.Serializable]
public enum PexPlatform
[<System.Serializable>]
type PexPlatform =
Public Enum PexPlatform
- Inheritance
-
PexPlatform
- Attributes
Fields
Name | Value | Description |
---|---|---|
AnyCpu | 0 | Any process bitness |
I386 | 1 | 32-bit only processes |
Amd64 | 2 | 64-bit only processes |