LC Methods
.NET Framework 4.5
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
The LC type exposes the following members.
| Name | Description | |
|---|---|---|
|
AddCommandLineCommands | Infrastructure. Generates command line arguments that the license compiler tool (lc.exe) must run directly from the command line and not from a response file. (Overrides ToolTaskExtension.AddCommandLineCommands(CommandLineBuilderExtension).) |
|
AddResponseFileCommands | Infrastructure. Fills the specified CommandLineBuilderExtension with the switches and other information that the command line tool can run from a response file. (Inherited from ToolTaskExtension.) |
|
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(Object) | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
|
Execute | Runs the exectuable file with the specified task parameters. (Inherited from ToolTask.) |
|
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 | Infrastructure. Gets the switches and other information that the command line tool must run directly from the command line and not from a response file. (Inherited from ToolTaskExtension.) |
|
GenerateFullPathToTool | Infrastructure. Returns the full file path of the license compiler tool (lc.exe). (Overrides ToolTask.GenerateFullPathToTool().) |
|
GenerateResponseFileCommands | Infrastructure. Gets the switch used by the command line tool to specify the response file. (Inherited from ToolTaskExtension.) |
|
GetBoolParameterWithDefault | Infrastructure. Gets the value of the specified Boolean parameter. (Inherited from ToolTaskExtension.) |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetIntParameterWithDefault | Infrastructure. Gets the value of the specified integer parameter. (Inherited from ToolTaskExtension.) |
|
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 | Handles execution errors raised by the executable file. (Inherited from ToolTask.) |
|
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.) |
|
ResponseFileEscape | Overridable method to escape the content of the response file. (Inherited from ToolTask.) |
|
SkipTaskExecution | Indicates whether task execution should be skipped. (Inherited from ToolTask.) |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |
|
ValidateParameters | Infrastructure. Validates input parameters and logs errors or warnings, if any. Returns a Boolean value that indicates whether task execution should proceed. (Overrides ToolTask.ValidateParameters().) |