CorDebugPlatform 枚举

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

Syntax

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
    CORDB_PLATFORM_WINDOWS_ARM,    // Windows on ARM
    CORDB_PLATFORM_MAC_AMD64       // MacOS on Intel x64
} CorDebugPlatform;

Members

成员 Description
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作系统。
CORDB_PLATFORM_MAC_X86 目标平台是在 Intel x86 硬件上运行的 Macintosh作系统。
CORDB_PLATFORM_WINDOWS_ARM 目标平台是在 Windows ARM 硬件上运行的 Macintosh作系统。
CORDB_PLATFORM_MAC_AMD64 目标平台是在 AMD64 硬件上运行的 Macintosh作系统。

要求

平台: 请参阅 .NET 支持的作系统

页眉: CorDebug.idl、CorDebug.h

图书馆: CorGuids.lib

.NET 版本: 自 .NET Framework 4.0/4.5.2 起可用