Click or drag to resize
weroSoft AG, Software
AssemblyDisplayFlags Enumeration
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
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.

Namespace:  WeroSoft.PlatformInvoke
Assembly:  WeroSoft.PlatformInvoke.Library (in WeroSoft.PlatformInvoke.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
[FlagsAttribute]
public enum AssemblyDisplayFlags
Members
  Member nameValueDescription
ASM_DISPLAYF_VERSION1 Include the version number.
ASM_DISPLAYF_CULTURE2 Include the culture.
ASM_DISPLAYF_PUBLIC_KEY_TOKEN4 Include the public key token.
ASM_DISPLAYF_PUBLIC_KEY8 Include the public key.
ASM_DISPLAYF_CUSTOM16 Include the custom part of the assembly name.
ASM_DISPLAYF_PROCESSORARCHITECTURE32 Include the processor architecture.
ASM_DISPLAYF_LANGUAGEID64 Reserved (see Microsoft documentation).
ASM_DISPLAYF_RETARGET128 Not found in MS documentation.
ASM_DISPLAYF_CONFIG_MASK256 Not found in MS documentation.
ASM_DISPLAYF_MVID512 Not found in MS documentation.
ASM_DISPLAYF_FULL167 Gets all relevant information.
ALL511 Gets all possible information.
See Also