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

FrameworkInfo.SdkDirectory Property

[This is preliminary documentation and subject to change.]

Gets the directory containing the SDK tools for the framework.

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

Property Value

The directory containing the SDK tools for the framework or a null refererence if the sdk directory

Remarks

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

See Also

FrameworkInfo Class | NAnt.Core Namespace