Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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. |