Registers a custom assembly resolver.

Namespace:  MbUnit.Framework
Assembly:  MbUnit (in MbUnit.dll) Version: 3.3.0.0 (3.3.610.0)

Syntax

C#
public AssemblyResolverAttribute(
	Type assemblyResolverType
)
Visual Basic (Declaration)
Public Sub New ( _
	assemblyResolverType As Type _
)

Parameters

assemblyResolverType
Type: System..::.Type
The assembly resolver type, must implement IAssemblyResolver.

See Also