enumerazione ASM_DISPLAY_FLAGS (winsxs.h)
I valori dell'enumerazione ASM_DISPLAY_FLAGS vengono utilizzati dal metodo GetDisplayName per specificare quali parti del nome completo dell'assembly includere nella rappresentazione di stringa del nome dell'assembly.
Sintassi
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;
Costanti
ASM_DISPLAYF_VERSION Valore: 0x1 Includere il numero di versione. |
ASM_DISPLAYF_CULTURE Valore: 0x2 Includere le impostazioni cultura. |
ASM_DISPLAYF_PUBLIC_KEY_TOKEN Valore: 0x4 Includere il token di chiave pubblica. |
ASM_DISPLAYF_PUBLIC_KEY Valore: 0x8 Includere la chiave pubblica. |
ASM_DISPLAYF_CUSTOM Valore: 0x10 Includere la parte personalizzata del nome dell'assembly. |
ASM_DISPLAYF_PROCESSORARCHITECTURE Valore: 0x20 Includere l'architettura del processore. |
ASM_DISPLAYF_LANGUAGEID Valore: 0x40 Riservato. |
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows Vista [solo app desktop] |
Server minimo supportato | Windows Server 2008 [solo app desktop] |
Intestazione | winsxs.h |