VSPROFILERPROCESSARCHTYPE Enumeration

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.

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace