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

Project.Frameworks Property

[This is preliminary documentation and subject to change.]

Gets a collection of available .NET frameworks.

[Visual Basic]
Public ReadOnly Property Frameworks As FrameworkInfoDictionary
[C#]
public FrameworkInfoDictionary Frameworks {get;}

Property Value

A collection of available .NET frameworks.

Remarks

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

See Also

Project Class | NAnt.Core Namespace