Gets the runtime engine of the specified framework.
string framework::get-runtime-engine(framework)
Parameters
Name | Type | Description |
---|---|---|
framework | string | The framework of which the runtime engine should be returned. |
Return Value
The full path to the runtime engine of the specified framework, or
an empty
string
if no runtime engine is defined
for the specified framework.
Requirements
- Assembly
- NAnt
.Core .dll - Namespace
-
NAnt
.Core .Functions
See Also
- NAnt.Core.Functions.FrameworkFunctions.GetRuntimeFramework
- NAnt.Core.Functions.FrameworkFunctions.GetTargetFramework