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

LocationType Enumeration

[This is preliminary documentation and subject to change.]

Defines possible locations in which a task executable can be located.

[Visual Basic]
Public Enum LocationType
[C#]
public enum LocationType

Remarks

Missing <remarks> documentation for T:NAnt.Core.Attributes.LocationType

Members

Member Name Description
FrameworkDir Locates the task executable in the current Framework directory.
FrameworkSdkDir Locates the task executable in the current Framework SDK directory.

Requirements

Namespace: NAnt.Core.Attributes

Assembly: NAnt.Core (in NAnt.Core.dll)

See Also

NAnt.Core.Attributes Namespace