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

FrameworkInfo.FrameworkAssemblyDirectory Property

[This is preliminary documentation and subject to change.]

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.

Remarks

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

See Also

FrameworkInfo Class | NAnt.Core Namespace