AssemblyResolver.ResolveAssembly Method

NDoc Core

NDoc Documentation

AssemblyResolver.ResolveAssembly Method 

Resolves the location and loads an assembly not found by the system.

protected Assembly ResolveAssembly(
   object sender,
   ResolveEventArgs args
);

Parameters

sender
the sender of the event
args
event arguments

Return Value

the loaded assembly, null, if not found

See Also

AssemblyResolver Class | NDoc.Core Namespace