Share via


CorDebugPlatformEnum Enumeration

Provides target platform values that are used by the ICorDebugDataTarget::GetPlatform method.

typedef enum CorDebugPlatform
{
    CORDB_PLATFORM_WINDOWS_X86,    // Windows on Intel x86
    CORDB_PLATFORM_WINDOWS_AMD64,  // Windows x64 (AMD64, Intel EM64T)
    CORDB_PLATFORM_WINDOWS_IA64,   // Windows on Intel IA-64
    CORDB_PLATFORM_MAC_PPC,        // Macintosh OS on PowerPC
    CORDB_PLATFORM_MAC_X86         // Macintosh OS on Intel x86
} CorDebugPlatform;

Members

Member

Description

CORDB_PLATFORM_WINDOWS_X86

The target platform is Windows running on Intel x86 hardware.

CORDB_PLATFORM_WINDOWS_AMD64

The target platform is 64 bit Windows running on AMD64 or Intel EM64T hardware.

CORDB_PLATFORM_WINDOWS_IA64

The target platform is 32 bit Windows running on Intel IA-64 hardware.

CORDB_PLATFORM_MAC_PPC

The target platform is Macintosh OS running on PowerPC hardware.

CORDB_PLATFORM_MAC_X86

The target platform is Macintosh OS running on Intel x86 hardware.

Requirements

Platforms: See .NET Framework System Requirements.

Header: CorDebug.idl, CorDebug.h

Library: CorGuids.lib

.NET Framework Versions: 4

See Also

Other Resources

Debugging Enumerations