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

Project.RuntimeFramework Property

[This is preliminary documentation and subject to change.]

Gets the framework in which NAnt is currently running.

[Visual Basic]
Public Property RuntimeFramework As FrameworkInfo
[C#]
public FrameworkInfo RuntimeFramework {get; set;}

Property Value

The framework in which NAnt is currently running.

Remarks

Missing <remarks> documentation for P:NAnt.Core.Project.RuntimeFramework

See Also

Project Class | NAnt.Core Namespace