NAnt SDK Documentation - v0.92 |
|
TaskFunctions.GetAssembly Method
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.
Exceptions
See Also
TaskFunctions Class | NAnt.Core.Functions Namespace