Resolves assemblies using hint paths and custom resolvers.

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

Syntax

C#
public class DefaultAssemblyLoader : IAssemblyLoader, 
	IDisposable
Visual Basic (Declaration)
Public Class DefaultAssemblyLoader _
	Implements IAssemblyLoader, IDisposable

Inheritance Hierarchy

System..::.Object
  Gallio.Runtime.Loader..::.DefaultAssemblyLoader

See Also