public sealed class AssemblyDetails : INotifyPropertyChangedPublic NotInheritable Class AssemblyDetails
Implements INotifyPropertyChangedpublic ref class AssemblyDetails sealed : INotifyPropertyChanged[<SealedAttribute>]
type AssemblyDetails =
class
interface INotifyPropertyChanged
end| 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 |
| Equals |
This is overridden to allow proper comparison of assembly detail objects
(Overrides ObjectEquals(Object)) |
| GetHashCode |
This is used to return a hash code for the assembly details in string format
(Overrides ObjectGetHashCode) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| ToString |
This is overridden to convert the assembly details to a string in the strong name format
(Overrides ObjectToString) |
| PropertyChanged | The property changed event |