C# 클래스 Phantom.Core.PhantomBase

파일 보기 프로젝트 열기: JeremySkinner/Phantom

공개 메소드들

메소드 설명
Execute ( ) : void
call ( ) : void
cleanup ( System.Action block ) : void
cleanup ( string name, System.Action block ) : void
desc ( string description ) : void
target ( string name, System.Action block ) : void
target ( string name, string dependencies, System.Action block ) : void

메소드 상세

Execute() 공개 추상적인 메소드

public abstract Execute ( ) : void
리턴 void

call() 공개 메소드

public call ( ) : void
리턴 void

cleanup() 공개 메소드

public cleanup ( System.Action block ) : void
block System.Action
리턴 void

cleanup() 공개 메소드

public cleanup ( string name, System.Action block ) : void
name string
block System.Action
리턴 void

desc() 공개 메소드

public desc ( string description ) : void
description string
리턴 void

target() 공개 메소드

public target ( string name, System.Action block ) : void
name string
block System.Action
리턴 void

target() 공개 메소드

public target ( string name, string dependencies, System.Action block ) : void
name string
dependencies string
block System.Action
리턴 void