Share via


CorDebugPlatform, énumération

Fournit des valeurs de plateforme cible utilisées par la méthode ICorDebugDataTarget::GetPlatform.

Syntaxe

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;  

Membres

Membre Description
CORDB_PLATFORM_WINDOWS_X86 La plateforme cible est Windows s'exécutant sur du matériel Intel x86.
CORDB_PLATFORM_WINDOWS_AMD64 La plateforme cible est Windows 64 bits s'exécutant sur du matériel AMD64 ou Intel EM64T.
CORDB_PLATFORM_WINDOWS_IA64 La plateforme cible est Windows 32 bits s'exécutant sur du matériel IA-64.
CORDB_PLATFORM_MAC_PPC La plateforme cible est le système d’exploitation Macintosh s’exécutant sur du matériel PowerPC.
CORDB_PLATFORM_MAC_X86 La plateforme cible est le système d’exploitation Macintosh s’exécutant sur du matériel Intel x86.
CORDB_PLATFORM_WINDOWS_ARM La plateforme cible est le système d’exploitation Macintosh s’exécutant sur le matériel Windows ARM.
CORDB_PLATFORM_MAC_AMD64 La plateforme cible est le système d’exploitation Macintosh s’exécutant sur le matériel AMD64.

Spécifications

Plateformes : Consultez Configuration requise.

En-tête : CorDebug.idl, CorDebug.h

Bibliothèque : CorGuids.lib

Versions du .NET Framework : Disponibles depuis 4

Les membres CORDB_PLATFORM_WINDOWS_ARM et CORDB_PLATFORM_MAC_AMD64 sont disponibles dans .NET Framework 4.5.2 et ultérieur.

Voir aussi