C# 클래스 ProjectGenerator.BuildElement

파일 보기 프로젝트 열기: mheise/Unmake 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
buildinstruction string
dependencies List
extension string
instructions List
name string
postbuildinstructions List
prebuildinstructions List
prelinkinstructions List
targets List

공개 메소드들

메소드 설명
BuildElement ( ) : System
BuildElement ( string vname, string vext, string vinstr ) : System
Equals ( System obj ) : bool
addDependency ( string dep ) : void
addInstruction ( string instr ) : void
addTarget ( string target ) : void
setBuildInstruction ( string buildinstruction ) : void
setExtension ( string extension ) : void
setName ( string name ) : void

메소드 상세

BuildElement() 공개 메소드

public BuildElement ( ) : System
리턴 System

BuildElement() 공개 메소드

public BuildElement ( string vname, string vext, string vinstr ) : System
vname string
vext string
vinstr string
리턴 System

Equals() 공개 메소드

public Equals ( System obj ) : bool
obj System
리턴 bool

addDependency() 공개 메소드

public addDependency ( string dep ) : void
dep string
리턴 void

addInstruction() 공개 메소드

public addInstruction ( string instr ) : void
instr string
리턴 void

addTarget() 공개 메소드

public addTarget ( string target ) : void
target string
리턴 void

setBuildInstruction() 공개 메소드

public setBuildInstruction ( string buildinstruction ) : void
buildinstruction string
리턴 void

setExtension() 공개 메소드

public setExtension ( string extension ) : void
extension string
리턴 void

setName() 공개 메소드

public setName ( string name ) : void
name string
리턴 void

프로퍼티 상세

buildinstruction 공개적으로 프로퍼티

public string buildinstruction
리턴 string

dependencies 공개적으로 프로퍼티

public List dependencies
리턴 List

extension 공개적으로 프로퍼티

public string extension
리턴 string

instructions 공개적으로 프로퍼티

public List instructions
리턴 List

name 공개적으로 프로퍼티

public string name
리턴 string

postbuildinstructions 공개적으로 프로퍼티

public List postbuildinstructions
리턴 List

prebuildinstructions 공개적으로 프로퍼티

public List prebuildinstructions
리턴 List

prelinkinstructions 공개적으로 프로퍼티

public List prelinkinstructions
리턴 List

targets 공개적으로 프로퍼티

public List targets
리턴 List