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

FrameworkFunctions.SdkExists Method 

[This is preliminary documentation and subject to change.]

Checks whether the SDK for the specified framework is installed.

[Visual Basic]
<Function(Name:="sdk-exists")>
Public Function SdkExists( _
   ByVal name As String _
) As Boolean
[C#]
[Function(Name="sdk-exists")]
public bool SdkExists(
   string name
);

Parameters

name
The framework to test.

Return Value

true if the SDK for specified framework is installed; otherwise, false.

Remarks

Missing <remarks> documentation for M:NAnt.Core.Functions.FrameworkFunctions.SdkExists(System.String)

See Also

FrameworkFunctions Class | NAnt.Core.Functions Namespace | GetRuntimeFramework | GetTargetFramework