assembly::load-from-file

Loads an assembly given its file name or path.

Usage

Assembly assembly::load-from-file(assemblyFile)

Parameters

Name Type Description
assemblyFile string The name or path of the file that contains the manifest of the assembly.

Return Value

The loaded assembly.

Exceptions

The function will fail in any of the following circumstances:

Requirements

Assembly: NAnt.Core (0.91.4312.0)