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