BaseDocumenter.LoadAssembly Method

NDoc Core

NDoc Documentation

BaseDocumenter.LoadAssembly Method 

Loads an assembly.

public static Assembly LoadAssembly(
   string fileName
);

Parameters

fileName
The assembly filename.

Return Value

The assembly object.

Remarks

This method loads an assembly into memory. If you use Assembly.Load or Assembly.LoadFrom the assembly file locks. This method doesn't lock the assembly file.

See Also

BaseDocumenter Class | NDoc.Core Namespace