NAnt SDK Documentation - v0.85-nightly-2005-11-09

FrameworkFunctions.GetRuntimeFramework Method 

[This is preliminary documentation and subject to change.]

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.

Remarks

Missing <remarks> documentation for M:NAnt.Core.Functions.FrameworkFunctions.GetRuntimeFramework

See Also

FrameworkFunctions Class | NAnt.Core.Functions Namespace