task::get-assembly

Returns the System.Reflection.Assembly from which the specified task was loaded.
Assembly task::get-assembly(name)

Parameters

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

Return Value

The System.Reflection.Assembly from which the specified task was loaded.

Requirements

Assembly
NAnt.Core.dll
Namespace
NAnt.Core.Functions