C# Class NAnt.Core.Target

Inheritance: Element, ICloneable
Mostra file Open project: skolima/NAnt Class Usage Examples

Private Properties

Property Type Description
ICloneable object

Public Methods

Method Description
Clone ( ) : Target

Creates a shallow copy of the Target.

Execute ( ) : void

Executes dependent targets first, then the target.

Target ( ) : System

Initializes a new instance of the Target class.

Private Methods

Method Description
ICloneable ( ) : object

Creates a shallow copy of the Target.

Method Details

Clone() public method

Creates a shallow copy of the Target.
public Clone ( ) : Target
return Target

Execute() public method

Executes dependent targets first, then the target.
public Execute ( ) : void
return void

Target() public method

Initializes a new instance of the Target class.
public Target ( ) : System
return System