ASM_DISPLAY_FLAGS (Enumeración)
Indica la versión, compilación, referencia cultural, firma, etc. del ensamblado cuyo nombre para mostrar se recuperará mediante el método IAssemblyName::GetDisplayName.
Sintaxis
typedef enum {
ASM_DISPLAYF_VERSION = 0x01,
ASM_DISPLAYF_CULTURE = 0x02,
ASM_DISPLAYF_PUBLIC_KEY_TOKEN = 0x04,
ASM_DISPLAYF_PUBLIC_KEY = 0x08,
ASM_DISPLAYF_CUSTOM = 0x10,
ASM_DISPLAYF_PROCESSORARCHITECTURE = 0x20,
ASM_DISPLAYF_LANGUAGEID = 0x40,
ASM_DISPLAYF_RETARGET = 0x80,
ASM_DISPLAYF_CONFIG_MASK = 0x100,
ASM_DISPLAYF_MVID = 0x200,
ASM_DISPLAYF_FULL =
ASM_DISPLAYF_VERSION |
ASM_DISPLAYF_CULTURE |
ASM_DISPLAYF_PUBLIC_KEY_TOKEN |
ASM_DISPLAYF_RETARGET |
ASM_DISPLAYF_PROCESSORARCHITECTURE
} ASM_DISPLAY_FLAGS;
Comentarios
ASM_DISPLAYF_FULL
refleja los cambios realizados en la versión del objeto IAssemblyName. No suponga que el valor devuelto es inmutable.
Requisitos
Plataformas: Vea Requisitos de sistema.
Encabezado: Fusion.h
Biblioteca: incluida como recurso en MsCorEE.dll
Versiones de .NET Framework: disponible a partir de la versión 2.0
Consulte también
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.