C# 클래스 vs_nacl.Build.CPPTasks.NaCl.GCCLink

상속: TrackedVCToolTask
파일 보기 프로젝트 열기: kayru/vs-nacl

Private Properties

프로퍼티 타입 설명
CleanUnusedTLogFiles void

공개 메소드들

메소드 설명
GCCLink ( ) : System

보호된 메소드들

메소드 설명
ExecuteTool ( string pathToTool, string responseFileCommands, string commandLineCommands ) : int
GenerateResponseFileCommands ( ) : string
LogEventsFromTextOutput ( string singleLine, MessageImportance messageImportance ) : void
PostProcessSwitchList ( ) : void
ValidateParameters ( ) : bool

비공개 메소드들

메소드 설명
CleanUnusedTLogFiles ( ) : void

메소드 상세

ExecuteTool() 보호된 메소드

protected ExecuteTool ( string pathToTool, string responseFileCommands, string commandLineCommands ) : int
pathToTool string
responseFileCommands string
commandLineCommands string
리턴 int

GCCLink() 공개 메소드

public GCCLink ( ) : System
리턴 System

GenerateResponseFileCommands() 보호된 메소드

protected GenerateResponseFileCommands ( ) : string
리턴 string

LogEventsFromTextOutput() 보호된 메소드

protected LogEventsFromTextOutput ( string singleLine, MessageImportance messageImportance ) : void
singleLine string
messageImportance MessageImportance
리턴 void

PostProcessSwitchList() 보호된 메소드

protected PostProcessSwitchList ( ) : void
리턴 void

ValidateParameters() 보호된 메소드

protected ValidateParameters ( ) : bool
리턴 bool