NET The Assembly-Attributes Paragraph

The Assembly-Attributes paragraph allows specification of custom-attributes for the entire compilation unit.

General Format
    ASSEMBLY-ATTRIBUTES. [ Custom-Attribute-Clause ] ... .
Syntax Rules
  1. The Custom-Attribute-Clause is described in the topic The CUSTOM-ATTRIBUTE Clause.
General Rules
  1. The custom attribute specified becomes part of the metadata describing the compilation unit in which this clause appears and is visible to a reflector.