Condividi tramite


Enumerazione CorDebugPlatform

Fornisce i valori della piattaforma di destinazione utilizzati 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 Description
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 nell'hardware Intel IA-64.
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 su hardware Intel x86.
CORDB_PLATFORM_WINDOWS_ARM La piattaforma di destinazione è il sistema operativo Macintosh in esecuzione nell'hardware windows ARM.
CORDB_PLATFORM_MAC_AMD64 La piattaforma di destinazione è il sistema operativo Macintosh in esecuzione su hardware AMD64.

Requisiti

Piattaforme: Vedere Sistemi operativi supportati da .NET.

Intestazione: CorDebug.idl, CorDebug.h

Biblioteca: CorGuids.lib

Versioni di .NET: Disponibile a partire da .NET Framework 4.0/4.5.2