Compartir a través de


ASM_DISPLAY_FLAGS (Enumeración)

Indica la versión, compilación, referencia cultural, firma, etc., del ensamblado cuyo nombre para mostrar recuperará el método IAssemblyName::GetDisplayName.

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 de .NET Framework.

Encabezado: Fusion.h

Biblioteca: se incluye como recurso en MsCorEE.dll

Versiones de .NET Framework: 4, 3.5 SP1, 3.5, 3.0 SP1, 3.0, 2.0 SP1, 2.0

Vea también

Referencia

IAssemblyName (Interfaz)

Otros recursos

Enumeraciones de fusión