The SystemAssemblyNameDisplayFlags enumeration contains characteristics of assembly, that are extracted at the GetDisplayName method operation.
Is used by following method:
Value | Brief description |
1 | VERSION. Assembly version. |
2 | CULTURE. Language and regional parameters. |
4 | PUBLIC_KEY_TOKEN. Public key token. |
8 | PUBLIC_KEY. Public key. |
16 | CUSTOM. Additional part of assembly name. |
32 | PROCESSORARCHITECTURE. Architecture of the processor for which assembly is compiled. |
64 | LANGUAGEID. Reserved for the future. |
128 | RETARGET. Reserved for the future. |
167 | FULL. Full information about assembly. |
256 | CONFIG_MASK. Reserved for the future. |
512 | MVID. Reserved for the future. |
See also: