AssemblyLocation Class
Definition
- Namespace
- Sandcastle.Core.Reflection
- Assembly
- Sandcastle.Core.dll
This class defines the settings for a specific assembly location
public sealed class AssemblyLocation : INotifyPropertyChanged
- Inheritance
-
AssemblyLocation
- Implements
Constructors
| AssemblyLocation() |
Default constructor |
Properties
| AllAssemblies |
This read-only property returns a bindable list of all assembly details for this location |
| IncludedAssemblies |
This read-only property returns an enumerable list of only the included assembly details for this location. |
| IsCoreLocation |
This read-only property is used to determine if this entry represents a core framework location |
| Path |
This read-only property returns the actual path to the assembly location |
| StoredPath |
This is used to get or set the path to the assembly location |
Methods
| DetermineAssemblyDetails(bool) |
This can be used to load an empty location with information about the assemblies it contains |
Events
| PropertyChanged |
The property changed event |