NAnt SDK Documentation - v0.92

FrameworkInfo.FrameworkAssemblyDirectory Property

Gets the directory where the system assemblies for the framework are located.

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

Property Value

The directory where the system assemblies for the framework are located.

Exceptions

Exception Type Condition
ArgumentException The framework is not valid.

See Also

FrameworkInfo Class | NAnt.Core Namespace