RUNTIME_INFO_FLAGS
Mise à jour : novembre 2007
Contient des valeurs qui indiquent les informations relatives au Common Language Runtime (CLR) qui doivent être retournées.
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;
Membres
Membre |
Description |
---|---|
RUNTIME_INFO_DONT_RETURN_DIRECTORY |
Indique que les informations de répertoire ne doivent pas être incluses. |
RUNTIME_INFO_DONT_RETURN_VERSION |
Indique que les informations de version ne doivent pas être incluses. |
RUNTIME_INFO_DONT_SHOW_ERROR_DIALOG |
Indique qu'une boîte de dialogue d'erreur ne doit pas s'ouvrir lors d'un échec. |
RUNTIME_INFO_REQUEST_AMD64 |
Indique une demande d'informations concernant une version du runtime compatible AMD-64. |
RUNTIME_INFO_REQUEST_IA64 |
Indique une demande d'informations concernant une version du runtime compatible IA-64. |
RUNTIME_INFO_REQUEST_X86 |
Indique une demande d'informations concernant une version du runtime compatible x86. |
RUNTIME_INFO_UPGRADE_VERSION |
Indique que les informations de mise à niveau de la version doivent être incluses. |
Notes
Les indicateurs de l'architecture de plateforme suivants peuvent uniquement être spécifiés un par un et ne peuvent pas être combinés :
RUNTIME_INFO_REQUEST_IA64
RUNTIME_INFO_REQUEST_AMD64
RUNTIME_INFO_REQUEST_X86
Configuration requise
Plateformes : consultez Configuration requise du .NET Framework.
En-tête : MSCorEE.idl
Bibliothèque : MSCorEE.dll
Versions du .NET Framework : 3.5 SP1, 3.5, 3.0 SP1, 3.0, 2.0 SP1, 2.0