assembly::load

Loads an assembly given the long form of its name.

Usage

Assembly assembly::load(assemblyString)

Parameters

Name Type Description
assemblyString string The long form of the assembly name.

Return Value

The loaded assembly.

Exceptions

The function will fail in any of the following circumstances:

Examples

Requirements

Assembly: NAnt.Core (0.90.3780.0)