共用方式為


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

請參閱

其他資源

偵錯列舉