Click or drag to resize
weroSoft AG, Software
AssemblyProperty 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_NAME enumeration are the property IDs for the name-value pairs included in a side-by-side assembly name.

Namespace:  WeroSoft.PlatformInvoke
Assembly:  WeroSoft.PlatformInvoke.Library (in WeroSoft.PlatformInvoke.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
public enum AssemblyProperty
Members
  Member nameValueDescription
ASM_NAME_PUBLIC_KEY0 Property ID for the assembly's public key. The value is a byte array.
ASM_NAME_PUBLIC_KEY_TOKEN1 Property ID for the assembly's public key token. The value is a byte array.
ASM_NAME_HASH_VALUE2 Property ID for a reserved name-value pair. The value is a byte array.
ASM_NAME_NAME3 Property ID for the assembly's simple name. The value is a string value.
ASM_NAME_MAJOR_VERSION4 Property ID for the assembly's major version. The value is a WORD value.
ASM_NAME_MINOR_VERSION5 Property ID for the assembly's minor version. The value is a WORD value.
ASM_NAME_BUILD_NUMBER6 Property ID for the assembly's build version. The value is a WORD value.
ASM_NAME_REVISION_NUMBER7 Property ID for the assembly's revision version. The value is a WORD value.
ASM_NAME_CULTURE8 Property ID for the assembly's culture. The value is a string value.
ASM_NAME_PROCESSOR_ID_ARRAY9 Property ID for a reserved name-value pair.
ASM_NAME_OSINFO_ARRAY10 Property ID for a reserved name-value pair.
ASM_NAME_HASH_ALGID11 Property ID for a reserved name-value pair. The value is a DWORD value.
ASM_NAME_ALIAS12 Property ID for a reserved name-value pair.
ASM_NAME_CODEBASE_URL13 Property ID for a reserved name-value pair.
ASM_NAME_CODEBASE_LASTMOD14 Property ID for a reserved name-value pair. The value is a FILETIME structure.
ASM_NAME_NULL_PUBLIC_KEY15 Property ID for the assembly as a simply named assembly that does not have a public key.
ASM_NAME_NULL_PUBLIC_KEY_TOKEN16 Property ID for the assembly as a simply named assembly that does not have a public key token.
ASM_NAME_CUSTOM17 Property ID for a reserved name-value pair. The value is a string value.
ASM_NAME_NULL_CUSTOM18 Property ID for a reserved name-value pair.
ASM_NAME_MVID19 Property ID for a reserved name-value pair.
ASM_NAME_MAX_PARAMS20 Reserved.
See Also