共用方式為


CorDebugPlatform 列舉

提供 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
    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 起提供