NAnt SDK Documentation - v0.92

LocationType Enumeration

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

[Visual Basic]
<Serializable>
Public Enum LocationType
[C#]
[Serializable]
public enum 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