NAnt SDK Documentation - v0.85-nightly-2005-11-09

TaskFunctions.GetAssembly Method 

[This is preliminary documentation and subject to change.]

Returns the Assembly from which the specified task was loaded.

[Visual Basic]
<Function(Name:="get-assembly")>
Public Function GetAssembly( _
   ByVal name As String _
) As Assembly
[C#]
[Function(Name="get-assembly")]
public Assembly GetAssembly(
   string name
);

Parameters

name
The name of the task to get the Assembly of.

Return Value

The Assembly from which the specified task was loaded.

Remarks

Missing <remarks> documentation for M:NAnt.Core.Functions.TaskFunctions.GetAssembly(System.String)

Exceptions

Exception Type Condition
ArgumentException Task name is not available.

See Also

TaskFunctions Class | NAnt.Core.Functions Namespace