ComponentAssemblyResolver Class

This is used to resolve assembly dependencies when loading component assemblies with MEF

Definition

Namespace: Sandcastle.Core
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.2.18.0
public sealed class ComponentAssemblyResolver : IDisposable
Inheritance
Object    ComponentAssemblyResolver
Implements
IDisposable

Constructors

Methods

AddFolder Add a folder to check for dependencies
Dispose This implements the Dispose() interface to properly dispose of the resolver
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Finalize This handles garbage collection to ensure proper disposal of the resolver if not done explicitly with Dispose.
(Overrides ObjectFinalize)
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)

See Also