Summary
Gets the NAnt assembly.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core .Functions - Containing Type
- NAntFunctions
Syntax
[Function("get-assembly")]
public Assembly GetAssembly()
Attributes
Type | Description |
---|---|
FunctionAttribute | Indicates that the method should be exposed as a function in NAnt build files. |
Return Value
Type | Description |
---|---|
Assembly | The NAnt assembly. |