NAnt SDK Documentation - v0.85-nightly-2005-11-09 |
|
NAntFunctions.GetAssembly Method
[This is preliminary documentation and subject to change.]
Gets the NAnt assembly.
[Visual Basic]
<Function(Name:="get-assembly")>
Public Function GetAssembly() As
Assembly
[C#]
[Function(Name="get-assembly")]
public
Assembly GetAssembly();
Return Value
The NAnt assembly.
Remarks
Missing <remarks> documentation for M:NAnt.Core.Functions.NAntFunctions.GetAssembly
See Also
NAntFunctions Class | NAnt.Core.Functions Namespace