AssemblyDetails Properties

Properties

Culture This read-only property is used to get the culture for the assembly
Description This read-only property returns the assembly description which is a combination of the name, version, culture, and public key token.
Filename This read-only property returns the assembly filename
IsIncluded This is used to get or set whether or not to include the assembly
Name This read-only property returns the assembly name
PublicKeyToken This read-only property returns the public key token for the assembly
Version This read-only property is used to get the version for the assembly

See Also