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

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
ApplyPrecompareCommandFilter ( string cmdString ) : string
Execute ( ) : bool

Méthodes protégées

Méthode Description
AddTaskSpecificOutputs ( ITaskItem sources, Microsoft.Build.Utilities.CanonicalTrackedOutputFiles compactOutputs ) : void
AssignDefaultTLogPaths ( ) : void
AssignOutOfDateSources ( ITaskItem sources ) : ITaskItem[]
ComputeOutOfDateSources ( ) : bool
CustomTrackedVCToolTask ( ResourceManager taskResources ) : System
ForcedRebuildRequired ( ) : bool
GenerateSourcesOutOfDateDueToCommandLine ( ) : List
LogPathToTool ( string toolName, string pathToTool ) : void
MapSourcesToCommandLines ( ) : string>.IDictionary
MergeOutOfDateSourceLists ( ITaskItem sourcesOutOfDateThroughTracking, List sourcesWithChangedCommandLines ) : ITaskItem[]
RemoveTaskSpecificInputs ( Microsoft.Build.Utilities.CanonicalTrackedInputFiles compactInputs ) : void
RemoveTaskSpecificOutputs ( Microsoft.Build.Utilities.CanonicalTrackedOutputFiles compactOutputs ) : void
SkipTaskExecution ( ) : bool
WriteSourcesToCommandLinesTable ( string>.IDictionary sourcesToCommandLines ) : void

Method Details

AddTaskSpecificOutputs() protected méthode

protected AddTaskSpecificOutputs ( ITaskItem sources, Microsoft.Build.Utilities.CanonicalTrackedOutputFiles compactOutputs ) : void
sources ITaskItem
compactOutputs Microsoft.Build.Utilities.CanonicalTrackedOutputFiles
Résultat void

ApplyPrecompareCommandFilter() public méthode

public ApplyPrecompareCommandFilter ( string cmdString ) : string
cmdString string
Résultat string

AssignDefaultTLogPaths() protected méthode

protected AssignDefaultTLogPaths ( ) : void
Résultat void

AssignOutOfDateSources() protected méthode

protected AssignOutOfDateSources ( ITaskItem sources ) : ITaskItem[]
sources ITaskItem
Résultat ITaskItem[]

ComputeOutOfDateSources() protected méthode

protected ComputeOutOfDateSources ( ) : bool
Résultat bool

CustomTrackedVCToolTask() protected méthode

protected CustomTrackedVCToolTask ( ResourceManager taskResources ) : System
taskResources System.Resources.ResourceManager
Résultat System

Execute() public méthode

public Execute ( ) : bool
Résultat bool

ForcedRebuildRequired() protected méthode

protected ForcedRebuildRequired ( ) : bool
Résultat bool

GenerateSourcesOutOfDateDueToCommandLine() protected méthode

protected GenerateSourcesOutOfDateDueToCommandLine ( ) : List
Résultat List

LogPathToTool() protected méthode

protected LogPathToTool ( string toolName, string pathToTool ) : void
toolName string
pathToTool string
Résultat void

MapSourcesToCommandLines() protected méthode

protected MapSourcesToCommandLines ( ) : string>.IDictionary
Résultat string>.IDictionary

MergeOutOfDateSourceLists() protected méthode

protected MergeOutOfDateSourceLists ( ITaskItem sourcesOutOfDateThroughTracking, List sourcesWithChangedCommandLines ) : ITaskItem[]
sourcesOutOfDateThroughTracking ITaskItem
sourcesWithChangedCommandLines List
Résultat ITaskItem[]

RemoveTaskSpecificInputs() protected méthode

protected RemoveTaskSpecificInputs ( Microsoft.Build.Utilities.CanonicalTrackedInputFiles compactInputs ) : void
compactInputs Microsoft.Build.Utilities.CanonicalTrackedInputFiles
Résultat void

RemoveTaskSpecificOutputs() protected méthode

protected RemoveTaskSpecificOutputs ( Microsoft.Build.Utilities.CanonicalTrackedOutputFiles compactOutputs ) : void
compactOutputs Microsoft.Build.Utilities.CanonicalTrackedOutputFiles
Résultat void

SkipTaskExecution() protected méthode

protected SkipTaskExecution ( ) : bool
Résultat bool

WriteSourcesToCommandLinesTable() protected méthode

protected WriteSourcesToCommandLinesTable ( string>.IDictionary sourcesToCommandLines ) : void
sourcesToCommandLines string>.IDictionary
Résultat void