VSPROFILERPROCESSARCHTYPE 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.
Specifies the profiler processor architecture type.
public enum class VSPROFILERPROCESSARCHTYPE
public enum class VSPROFILERPROCESSARCHTYPE
enum VSPROFILERPROCESSARCHTYPE
public enum VSPROFILERPROCESSARCHTYPE
type VSPROFILERPROCESSARCHTYPE =
Public Enum VSPROFILERPROCESSARCHTYPE
- Inheritance
-
VSPROFILERPROCESSARCHTYPE
Fields
Name | Value | Description |
---|---|---|
ARCH_UNKNOWN | 0 | The architecture type is unknown. |
ARCH_X86 | 1 | The processor architecture uses 32-bit data. |
ARCH_X64 | 2 | The processor architecture uses 64-bit data. |