A custom assembly resolver participates in assembly resolution when standard assembly resolution fails to load the desired assembly but before assembly load paths are considered.

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

Syntax

C#
public interface IAssemblyResolver
Visual Basic (Declaration)
Public Interface IAssemblyResolver

See Also