Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the profiler processor architecture type.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
Syntax
'Declaration
Public Enumeration VSPROFILERPROCESSARCHTYPE
public enum VSPROFILERPROCESSARCHTYPE
public enum class VSPROFILERPROCESSARCHTYPE
type VSPROFILERPROCESSARCHTYPE
public enum VSPROFILERPROCESSARCHTYPE
Members
Member name | Description | |
---|---|---|
ARCH_UNKNOWN | The architecture type is unknown. | |
ARCH_X64 | The processor architecture uses 64-bit data. | |
ARCH_X86 | The processor architecture uses 32-bit data. |