Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 930 Bytes

ii.6.2.1-information-about-the-assembly-asmdecl.md

File metadata and controls

12 lines (10 loc) · 930 Bytes

II.6.2.1 Information about the assembly (AsmDecl)

The following grammar shows the information that can be specified about an assembly:

AsmDecl ::= Description Clause
.custom CustomDecl Custom attributes §II.21
| .hash algorithm Int32 Hash algorithm used in the .file directive §II.6.2.1.1
| .culture QSTRING Culture for which this assembly is built §II.6.2.1.2
| .publickey '=' '(' Bytes ')' The originator's public key. §II.6.2.1.3
| .ver Int32 ':' Int32 ':' Int32 ':' Int32 Major version, minor version, build, and revision §II.6.2.1.4
| SecurityDecl Permissions needed, desired, or prohibited §II.20