CorDebugPlatformEnum, énumération
Fournit des valeurs de plateforme cible utilisées par la méthode 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;
Membres
Membre |
Description |
---|---|
CORDB_PLATFORM_WINDOWS_X86 |
La plateforme cible est un système d'exploitation Windows s'exécutant sur Intel x86. |
CORDB_PLATFORM_WINDOWS_AMD64 |
La plateforme cible est un système d'exploitation Windows 64 bits s'exécutant sur AMD64 ou Intel EM64T. |
CORDB_PLATFORM_WINDOWS_IA64 |
La plateforme cible est un système d'exploitation Windows 32 bits s'exécutant sur IA-64. |
CORDB_PLATFORM_MAC_PPC |
La plateforme cible est un système d'exploitation Macintosh s'exécutant sur PowerPC. |
CORDB_PLATFORM_MAC_X86 |
La plateforme cible est un système d'exploitation Macintosh s'exécutant sur Intel x86. |
Configuration requise
Plateformes : consultez Configuration requise du .NET Framework.
En-tête : CorDebug.idl, CorDebug,h
Bibliothèque : CorGuids.lib
Versions du .NET Framework : 4