VSPROFILERPROCESSARCHTYPE Enum
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
C++/CX
public enum class VSPROFILERPROCESSARCHTYPE
enum VSPROFILERPROCESSARCHTYPE
public enum VSPROFILERPROCESSARCHTYPE
type VSPROFILERPROCESSARCHTYPE =
Public Enum VSPROFILERPROCESSARCHTYPE
- Inheritance
-
VSPROFILERPROCESSARCHTYPE
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. |
Proizvod | Verzije |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |