AssemblyName Properties

Microsoft Silverlight will reach end of support after October 2021. Learn more.

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
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 CodeBase Gets or sets the location of the assembly as a URL.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 CultureInfo Gets or sets the culture that is supported by the assembly.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 Flags Gets or sets the attributes of the assembly.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 FullName Gets the full name of the assembly, also known as the display name.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 HashAlgorithm Gets or sets the hash algorithm used by the assembly manifest.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 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.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 Version Gets or sets the major, minor, build, and revision numbers of the assembly.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 VersionCompatibility Gets or sets information related to the assembly's compatibility with other assemblies.

Top