Enumerazione CorDebugPlatform
Fornisce i valori della piattaforma di destinazione usati dal metodo ICorDebugDataTarget::GetPlatform .
Sintassi
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
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 è il sistema operativo Macintosh in esecuzione nell'hardware PowerPC. |
CORDB_PLATFORM_MAC_X86 | La piattaforma di destinazione è il sistema operativo Macintosh in esecuzione sull'hardware Intel x86. |
CORDB_PLATFORM_WINDOWS_ARM | La piattaforma di destinazione è il sistema operativo Macintosh in esecuzione nell'hardware di Windows ARM. |
CORDB_PLATFORM_MAC_AMD64 | La piattaforma di destinazione è il sistema operativo Macintosh in esecuzione sull'hardware AMD64. |
Requisiti
Piattaforme: vedere Requisiti di sistema di .NET Framework.
Intestazione: CorDebug.idl, CorDebug.h
Libreria: CorGuids.lib
Versioni di .NET Framework: Disponibile da 4
I membri CORDB_PLATFORM_WINDOWS_ARM
e CORDB_PLATFORM_MAC_AMD64
sono disponibili in .NET Framework 4.5.2 e versioni successive.
Vedi anche
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.