Checks whether the SDK for the specified framework is installed.
bool framework::sdk-exists(framework)
Parameters
Name | Type | Description |
---|---|---|
framework | string | The framework to test. |
Return Value
true
if the SDK for specified framework is installed;
otherwise, false
.
Requirements
- Assembly
- NAnt
.Core .dll - Namespace
-
NAnt
.Core .Functions
See Also
- NAnt.Core.Functions.FrameworkFunctions.GetRuntimeFramework
- NAnt.Core.Functions.FrameworkFunctions.GetTargetFramework