Provides support for resolving and loading assemblies using hint paths and custom resolvers.

Namespace:  Gallio.Runtime.Loader
Assembly:  Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.459.0)

Syntax

C#
public interface IAssemblyLoader : IDisposable
Visual Basic (Declaration)
Public Interface IAssemblyLoader _
	Implements IDisposable

See Also