LocationType Enum

Summary

Defines possible locations in which a task executable can be located.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core.Attributes
Base Types
  • Enum
graph BT Type-->Base0["Enum"] Type["LocationType"] class Type type-node

Syntax

public enum LocationType

Fields

Name Constant Value Summary
FrameworkDir 0
Locates the task executable in the current Framework directory.
static
FrameworkSdkDir 1
Locates the task executable in the current Framework SDK directory.
static