C# Class vs_nacl.Build.CPPTasks.NaCl.GCCLink

Inheritance: TrackedVCToolTask
Afficher le fichier Open project: kayru/vs-nacl

Private Properties

Свойство Type Description
CleanUnusedTLogFiles void

Méthodes publiques

Méthode Description
GCCLink ( ) : System

Méthodes protégées

Méthode Description
ExecuteTool ( string pathToTool, string responseFileCommands, string commandLineCommands ) : int
GenerateResponseFileCommands ( ) : string
LogEventsFromTextOutput ( string singleLine, MessageImportance messageImportance ) : void
PostProcessSwitchList ( ) : void
ValidateParameters ( ) : bool

Private Methods

Méthode Description
CleanUnusedTLogFiles ( ) : void

Method Details

ExecuteTool() protected méthode

protected ExecuteTool ( string pathToTool, string responseFileCommands, string commandLineCommands ) : int
pathToTool string
responseFileCommands string
commandLineCommands string
Résultat int

GCCLink() public méthode

public GCCLink ( ) : System
Résultat System

GenerateResponseFileCommands() protected méthode

protected GenerateResponseFileCommands ( ) : string
Résultat string

LogEventsFromTextOutput() protected méthode

protected LogEventsFromTextOutput ( string singleLine, MessageImportance messageImportance ) : void
singleLine string
messageImportance MessageImportance
Résultat void

PostProcessSwitchList() protected méthode

protected PostProcessSwitchList ( ) : void
Résultat void

ValidateParameters() protected méthode

protected ValidateParameters ( ) : bool
Résultat bool