C# Class NAnt.Core.Target

Inheritance: Element, ICloneable
Afficher le fichier Open project: skolima/NAnt Class Usage Examples

Private Properties

Свойство Type Description
ICloneable object

Méthodes publiques

Méthode 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

Méthode Description
ICloneable ( ) : object

Creates a shallow copy of the Target.

Method Details

Clone() public méthode

Creates a shallow copy of the Target.
public Clone ( ) : Target
Résultat Target

Execute() public méthode

Executes dependent targets first, then the target.
public Execute ( ) : void
Résultat void

Target() public méthode

Initializes a new instance of the Target class.
public Target ( ) : System
Résultat System