AssemblyResolver Class

Summary

Resolves assemblies by caching assemblies that were loaded.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core.Util
Base Types
  • Object
graph BT Type-->Base0["Object"] Type["AssemblyResolver"] class Type type-node

Syntax

[Serializable()]
public sealed class AssemblyResolver

Attributes

Type Description
SerializableAttribute

Constructors

Name Summary
AssemblyResolver() Initializes an instance of the NAnt.Core.Util.AssemblyResolver class.
AssemblyResolver(Task) Initializes an instance of the NAnt.Core.Util.AssemblyResolver class in the context of the given NAnt.Core.Task.

Methods

Name Value Summary
Attach() void
Installs the assembly resolver by hooking up to the System.AppDomain.AssemblyResolve event.
Detach() void
Uninstalls the assembly resolver.