C# 클래스 ProjectGenerator.ClInstruction

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
ClInstruction ( ) : System
ClInstruction ( CustomInstruction customInstr ) : System
ClInstruction ( string instr ) : System
analyzeCommands ( ) : void
compileWithoutLinking ( ) : bool
hasLinkFlags ( ) : bool

메소드 상세

ClInstruction() 공개 메소드

public ClInstruction ( ) : System
리턴 System

ClInstruction() 공개 메소드

public ClInstruction ( CustomInstruction customInstr ) : System
customInstr CustomInstruction
리턴 System

ClInstruction() 공개 메소드

public ClInstruction ( string instr ) : System
instr string
리턴 System

analyzeCommands() 공개 메소드

public analyzeCommands ( ) : void
리턴 void

compileWithoutLinking() 공개 메소드

public compileWithoutLinking ( ) : bool
리턴 bool

hasLinkFlags() 공개 메소드

public hasLinkFlags ( ) : bool
리턴 bool