CorDebugPlatformEnum-Enumeration
Stellt Zielplattformwerte bereit, die von der ICorDebugDataTarget::GetPlatform-Methode verwendet werden.
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;
Member
Member |
Beschreibung |
---|---|
CORDB_PLATFORM_WINDOWS_X86 |
Die Zielplattform ist Windows auf Intel-x86-Hardware. |
CORDB_PLATFORM_WINDOWS_AMD64 |
Die Zielplattform ist 64-Bit-Windows auf AMD64-Hardware oder Intel EM64T-Hardware. |
CORDB_PLATFORM_WINDOWS_IA64 |
Die Zielplattform ist 32-Bit-Windows auf Intel IA-64-Hardware. |
CORDB_PLATFORM_MAC_PPC |
Die Zielplattform ist Macintosh OS auf PowerPC-Hardware. |
CORDB_PLATFORM_MAC_X86 |
Die Zielplattform ist Macintosh OS auf Intel x86-Hardware. |
Anforderungen
Plattformen: siehe Systemanforderungen für .NET Framework.
Header: CorDebug.idl, CorDebug.h
Bibliothek: CorGuids.lib
.NET Framework-Versionen: 4