C# 클래스 NAnt.Core.Target

상속: Element, ICloneable
파일 보기 프로젝트 열기: skolima/NAnt 1 사용 예제들

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