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

FrameworkFunctions.GetTargetFramework Method 

[This is preliminary documentation and subject to change.]

Gets the identifier of the current target framework.

[Visual Basic]
<Function(Name:="get-target-framework")>
Public Function GetTargetFramework() As String
[C#]
[Function(Name="get-target-framework")]
public string GetTargetFramework();

Return Value

The identifier of the current target framework.

Remarks

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

See Also

FrameworkFunctions Class | NAnt.Core.Functions Namespace