AssemblyName Properties
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
The AssemblyName type exposes the following members.
| Name | Description | |
|---|---|---|
|
CodeBase | Gets or sets the location of the assembly as a URL. |
|
ContentType | Gets or sets a value that indicates what type of content the assembly contains. |
|
CultureInfo | Gets or sets the culture that is supported by the assembly. |
|
CultureName | Gets or sets the name of the culture associated with 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. |
Show: