task::get-assembly

Returns the Assembly from which the specified task was loaded.

Usage

Assembly task::get-assembly(name)

Parameters

Name Type Description
name string The name of the task to get the Assembly of.

Return Value

The Assembly from which the specified task was loaded.

Exceptions

The function will fail in any of the following circumstances:

Requirements

Assembly: NAnt.Core (0.91.4312.0)