Build2xHelpFile Methods |
The Build2xHelpFile type exposes the following members.
Name | Description | |
---|---|---|
CallHostObjectToExecute | Calls the host object to perform the work of the task. (Inherited from ToolTask.) | |
Cancel | Cancels the process executing the task by asking it to close nicely, then after a short period, forcing termination. (Inherited from ToolTask.) | |
DeleteTempFile | Deletes the specified temporary file. (Inherited from ToolTask.) | |
Equals | (Inherited from Object.) | |
Execute |
This is overridden to set the working folder before executing the task and to dump the compiler log
file after the build.
(Overrides ToolTaskExecute.) | |
ExecuteTool | Creates a temporoary response (.rsp) file and runs the executable file. (Inherited from ToolTask.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GenerateCommandLineCommands |
Generate the command line parameters
(Overrides ToolTaskGenerateCommandLineCommands.) | |
GenerateFullPathToTool |
This returns the full path to the tool
(Overrides ToolTaskGenerateFullPathToTool.) | |
GenerateResponseFileCommands | Returns a string value containing the command line arguments to add to the response (.rsp) file before running the executable file. (Inherited from ToolTask.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetProcessStartInfo | Initializes the information required to spawn the process executing the tool. (Inherited from ToolTask.) | |
GetResponseFileSwitch | Returns the command line switch used by the executable file to specifiy a response (.rsp) file. (Inherited from ToolTask.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
GetWorkingDirectory | Returns the directory in which to run the executable file. (Inherited from ToolTask.) | |
HandleTaskExecutionErrors |
This is overridden to invert the result of the HXCOMP exit code
(Overrides ToolTaskHandleTaskExecutionErrors.) | |
InitializeHostObject | Initializes the host object of the task. (Inherited from ToolTask.) | |
LogEventsFromTextOutput | Parses a single line of text to identify any errors or warnings in canonical format. (Inherited from ToolTask.) | |
LogPathToTool | Logs the tool name and path to all registered loggers. (Inherited from ToolTask.) | |
LogToolCommand | Logs the starting point of the run to all registered loggers. (Inherited from ToolTask.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
SkipTaskExecution | Indicates whether task execution should be skipped. (Inherited from ToolTask.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
ValidateParameters |
Validate the parameters
(Overrides ToolTaskValidateParameters.) |