Table of Contents

ComponentAssemblyResolver Class

Definition

Namespace
Sandcastle.Core
Assembly
Sandcastle.Core.dll

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

public sealed class ComponentAssemblyResolver : IDisposable
Inheritance
ComponentAssemblyResolver
Implements

Constructors

ComponentAssemblyResolver()

Constructor

Methods

AddFolder(string)

Add a folder to check for dependencies

Dispose()

This implements the Dispose() interface to properly dispose of the resolver

~ComponentAssemblyResolver()

This handles garbage collection to ensure proper disposal of the resolver if not done explicitly with Dispose().