Provides the abstract base class for tasks that execute external applications.
For a list of all members of this type, see ExternalProgramBase Members.
System.Object
NAnt.Core.Element
NAnt.Core.Task
NAnt.Core.Tasks.ExternalProgramBase
Derived types
Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.
When a ProgramLocationAttribute is applied to the deriving class and ExeName does not return an absolute path, then the program to execute will first be searched for in the location specified by LocationType.
If the program does not exist in that location, then the list of tool paths of the current target framework will be scanned in the order in which they are defined in the NAnt configuration file.
Namespace: NAnt.Core.Tasks
Assembly: NAnt.Core (in NAnt.Core.dll)
ExternalProgramBase Members | NAnt.Core.Tasks Namespace