Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
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;
Members
| Membre | Descriptif |
|---|---|
CORDB_PLATFORM_WINDOWS_X86 |
La plateforme cible est Windows s’exécutant sur le matériel Intel x86. |
CORDB_PLATFORM_WINDOWS_AMD64 |
La plateforme cible est windows 64 bits s’exécutant sur le matériel AMD64 ou Intel EM64T. |
CORDB_PLATFORM_WINDOWS_IA64 |
La plateforme cible est windows 32 bits s’exécutant sur le matériel Intel 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 le 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
Plates-formes: Consultez les systèmes d’exploitation pris en charge par .NET.
En-tête: CorDebug.idl, CorDebug.h
Bibliothèque: CorGuids.lib
Versions de .NET : Disponible depuis .NET Framework 4.0/4.5.2