public sealed class AssemblyLocation : INotifyPropertyChanged
Public NotInheritable Class AssemblyLocation
Implements INotifyPropertyChanged
public ref class AssemblyLocation sealed : INotifyPropertyChanged
[<SealedAttribute>]
type AssemblyLocation =
class
interface INotifyPropertyChanged
end
AssemblyLocation | Default constructor |
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 |
DetermineAssemblyDetails | This can be used to load an empty location with information about the assemblies it contains |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
ToString | Returns a string that represents the current object. (Inherited from Object) |
PropertyChanged | The property changed event |