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

FrameworkInfo.RuntimeEngine Property

[This is preliminary documentation and subject to change.]

Gets the path to the runtime engine for this framework.

[Visual Basic]
Public ReadOnly Property RuntimeEngine As FileInfo
[C#]
public System.IO.FileInfo RuntimeEngine {get;}

Property Value

The path to the runtime engine for the framework or a null reference (Nothing in Visual Basic) if no runtime engine is configured for the framework.

Remarks

Missing <remarks> documentation for P:NAnt.Core.FrameworkInfo.RuntimeEngine

See Also

FrameworkInfo Class | NAnt.Core Namespace