AssemblyName Properties
Include Protected Members
Include Inherited Members
Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members
The AssemblyName type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() ![]() ![]() |
CodeBase | Gets or sets the location of the assembly as a URL. |
![]() ![]() ![]() |
CultureInfo | Gets or sets the culture that is supported by the assembly. |
![]() ![]() ![]() |
Flags | Gets or sets the attributes of the assembly. |
![]() ![]() ![]() |
FullName | Gets the full name of the assembly, also known as the display name. |
![]() ![]() ![]() |
HashAlgorithm | Gets or sets the hash algorithm used by the assembly manifest. |
![]() ![]() ![]() |
Name | 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. |
![]() ![]() ![]() |
Version | Gets or sets the major, minor, build, and revision numbers of the assembly. |
![]() ![]() ![]() |
VersionCompatibility | Gets or sets information related to the assembly's compatibility with other assemblies. |
Top