AssemblyLocation Class

This class defines the settings for a specific assembly location

Definition

Namespace: Sandcastle.Core.Reflection
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.2.18.0
public sealed class AssemblyLocation : INotifyPropertyChanged
Inheritance
Object    AssemblyLocation
Implements
INotifyPropertyChanged

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 This can be used to load an empty location with information about the assemblies it contains
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

Events

PropertyChanged The property changed event

See Also