Enumerazione CorDebugPlatformEnum
Fornisce i valori della piattaforma di destinazione utilizzati dal metodo 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;
Membri
Membro |
Descrizione |
---|---|
CORDB_PLATFORM_WINDOWS_X86 |
La piattaforma di destinazione è Windows in esecuzione su hardware Intel x86. |
CORDB_PLATFORM_WINDOWS_AMD64 |
La piattaforma di destinazione è Windows a 64 bit in esecuzione su hardware AMD64 o Intel EM64T. |
CORDB_PLATFORM_WINDOWS_IA64 |
La piattaforma di destinazione è Windows a 32 bit in esecuzione su hardware Intel IA64. |
CORDB_PLATFORM_MAC_PPC |
La piattaforma di destinazione è Macintosh OS in esecuzione sull'hardware PowerPC. |
CORDB_PLATFORM_MAC_X86 |
La piattaforma di destinazione è Macintosh OS in esecuzione sull'hardware Intel x86. |
Requisiti
Piattaforme: vedere Requisiti di sistema di .NET Framework.
Intestazione: CorDebug.idl, CorDebug.h
Libreria: CorGuids.lib
Versioni di .NET Framework: 4