NAnt SDK Documentation - v0.92

FrameworkInfo.FrameworkDirectory Property

Gets the base directory of the framework tools for the framework.

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

Property Value

The base directory of the framework tools for the framework.

Exceptions

Exception Type Condition
ArgumentException The framework is not valid.

See Also

FrameworkInfo Class | NAnt.Core Namespace