Condividi tramite


Enumerazione RUNTIME_INFO_FLAGS

Contiene valori che indicano le informazioni su Common Language Runtime che devono essere restituite.

typedef enum {

    RUNTIME_INFO_UPGRADE_VERSION         = 0x01,
    RUNTIME_INFO_REQUEST_IA64            = 0x02,
    RUNTIME_INFO_REQUEST_AMD64           = 0x04,
    RUNTIME_INFO_REQUEST_X86             = 0x08,
    RUNTIME_INFO_DONT_RETURN_DIRECTORY   = 0x10,
    RUNTIME_INFO_DONT_RETURN_VERSION     = 0x20,
    RUNTIME_INFO_DONT_SHOW_ERROR_DIALOG  = 0x40

} RUNTIME_INFO_FLAGS;

Membri

Membro

Descrizione

RUNTIME_INFO_DONT_RETURN_DIRECTORY

Indica che non devono essere incluse le informazioni sulla directory.

RUNTIME_INFO_DONT_RETURN_VERSION

Indica che non devono essere incluse le informazioni sulla versione.

RUNTIME_INFO_DONT_SHOW_ERROR_DIALOG

Indica che non deve essere visualizzata una finestra di dialogo di errore quando si verifica un errore.

RUNTIME_INFO_REQUEST_AMD64

Indica una richiesta di informazioni su una versione AMD-64 compatibile del runtime.

RUNTIME_INFO_REQUEST_IA64

Indica una richiesta di informazioni su una versione IA-64 compatibile del runtime.

RUNTIME_INFO_REQUEST_X86

Indica una richiesta di informazioni su una versione x86 compatibile del runtime.

RUNTIME_INFO_UPGRADE_VERSION

Indica che devono essere incluse le informazioni sull'aggiornamento della versione.

Note

I seguenti flag di architettura di piattaforma possono essere specificati solo uno per volta e non possono essere combinati:

  • RUNTIME_INFO_REQUEST_IA64

  • RUNTIME_INFO_REQUEST_AMD64

  • RUNTIME_INFO_REQUEST_X86

Requisiti

Piattaforme: vedere Requisiti di sistema di .NET Framework.

Intestazione: MSCorEE.h

Libreria: MSCorEE.dll

Versioni di .NET Framework: 4, 3.5 SP1, 3.5, 3.0 SP1, 3.0, 2.0 SP1, 2.0

Vedere anche

Altre risorse

Enumerazioni di hosting