ASM_DISPLAY_FLAGS enumeration (winsxs.h)
The values of the ASM_DISPLAY_FLAGS enumeration are used by the GetDisplayName method to specify which portions of the assembly's full name to include in the string representation of the assembly name.
Syntax
typedef enum __MIDL_IAssemblyName_0003 {
ASM_DISPLAYF_VERSION = 0x1,
ASM_DISPLAYF_CULTURE = 0x2,
ASM_DISPLAYF_PUBLIC_KEY_TOKEN = 0x4,
ASM_DISPLAYF_PUBLIC_KEY = 0x8,
ASM_DISPLAYF_CUSTOM = 0x10,
ASM_DISPLAYF_PROCESSORARCHITECTURE = 0x20,
ASM_DISPLAYF_LANGUAGEID = 0x40
} ASM_DISPLAY_FLAGS;
Constants
ASM_DISPLAYF_VERSION Value: 0x1 Include the version number. |
ASM_DISPLAYF_CULTURE Value: 0x2 Include the culture. |
ASM_DISPLAYF_PUBLIC_KEY_TOKEN Value: 0x4 Include the public key token. |
ASM_DISPLAYF_PUBLIC_KEY Value: 0x8 Include the public key. |
ASM_DISPLAYF_CUSTOM Value: 0x10 Include the custom part of the assembly name. |
ASM_DISPLAYF_PROCESSORARCHITECTURE Value: 0x20 Include the processor architecture. |
ASM_DISPLAYF_LANGUAGEID Value: 0x40 Reserved. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Header | winsxs.h |