Click or drag to resize
AssemblyName Properties

The AssemblyName type exposes the following members.

Properties
  NameDescription
Public propertyFlags
Gets or sets the attributes of the assembly.
Public propertyFullName
Gets the full name of the assembly, also known as the display name.
Public propertyName
Gets or sets the simple name of the assembly. This is usually, but not necessarily, the file name of the manifest file of the assembly, minus its extension.
Public propertyVersion
Gets or sets the major, minor, build, and revision numbers of the assembly.
Top
See Also