AssemblyDetails Class
Definition
- Namespace
- Sandcastle.Core.Reflection
- Assembly
- Sandcastle.Core.dll
This class is used to hold the details for an assembly
public sealed class AssemblyDetails : INotifyPropertyChanged
- Inheritance
-
AssemblyDetails
- Implements
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 |
Methods
| Equals(object) |
This is overridden to allow proper comparison of assembly detail objects |
| GetHashCode() |
This is used to return a hash code for the assembly details in string format |
| ToString() |
This is overridden to convert the assembly details to a string in the strong name format |
Events
| PropertyChanged |
The property changed event |