CorDebugPlatformEnum 枚举

提供 ICorDebugDataTarget::GetPlatform 方法使用的目标平台值。

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;

成员

成员

说明

CORDB_PLATFORM_WINDOWS_X86

目标平台是在 Intel x86 硬件上运行的 Windows。

CORDB_PLATFORM_WINDOWS_AMD64

目标平台是在 AMD64 或 Intel EM64T 硬件上运行的 64 位 Windows。

CORDB_PLATFORM_WINDOWS_IA64

目标平台是在 Intel IA-64 硬件上运行的 32 位 Windows。

CORDB_PLATFORM_MAC_PPC

目标平台是在 PowerPC 硬件上运行的 Macintosh OS。

CORDB_PLATFORM_MAC_X86

目标平台是在 Intel x86 硬件上运行的 Macintosh OS。

要求

**平台:**请参见 .NET Framework 系统要求

头文件: CorDebug.idl、CorDebug.h

**库:**CorGuids.lib

**.NET Framework 版本:**4

请参见

其他资源

调试枚举