NAnt SDK Documentation - v0.92 |
|
FrameworkFunctions.GetRuntimeFramework Method
Gets the identifier of the runtime framework.
[Visual Basic]
<Function(Name:="get-runtime-framework")>
Public Function GetRuntimeFramework() As
String
[C#]
[Function(Name="get-runtime-framework")]
public
string GetRuntimeFramework();
Return Value
The identifier of the runtime framework.
See Also
FrameworkFunctions Class | NAnt.Core.Functions Namespace