C# Класс NAnt.Core.Target

Наследование: Element, ICloneable
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
ICloneable object

Открытые методы

Метод Описание
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.

Приватные методы

Метод Описание
ICloneable ( ) : object

Creates a shallow copy of the Target.

Описание методов

Clone() публичный Метод

Creates a shallow copy of the Target.
public Clone ( ) : Target
Результат Target

Execute() публичный Метод

Executes dependent targets first, then the target.
public Execute ( ) : void
Результат void

Target() публичный Метод

Initializes a new instance of the Target class.
public Target ( ) : System
Результат System