AspNetCompiler Members
.NET Framework 3.0
Implements the AspNetCompiler task. Use the AspNetCompiler element in your project file to create and execute this task. For usage and parameter information, see AspNetCompiler Task.
The following tables list the members exposed by the AspNetCompiler type.
(see also
Protected Properties
)
Top
| Name | Description | |
|---|---|---|
| AllowPartiallyTrustedCallers | |
| BuildEngine | Gets or sets the instance of the IBuildEngine object used by the task.(inherited from Task) |
| Clean | |
| Debug | |
| DelaySign | |
| ExitCode | Gets the returned exit code of the executable file.(inherited from ToolTask) |
| FixedNames | |
| Force | |
| HostObject | Gets or sets the host object associated with the task.(inherited from Task) |
| KeyContainer | |
| KeyFile | |
| Log | Gets an instance of a TaskLoggingHelperExtension class containing task logging methods.(inherited from ToolTaskExtension) |
| MetabasePath | |
| PhysicalPath | |
| TargetPath | |
| Timeout | Gets or sets the amount of time after which the task executable is terminated.(inherited from ToolTask) |
| ToolPath | Gets or sets the path of the executable file to run.(inherited from ToolTask) |
| Updateable | |
| VirtualPath |
| Name | Description | |
|---|---|---|
| Bag | Gets the collection of parameters used by the derived task class.(inherited from ToolTaskExtension) |
| EnvironmentOverride | Gets the override value of the PATH environment variable.(inherited from ToolTask) |
| HelpKeywordPrefix | Gets or sets the prefix used to compose Help keywords from resource names.(inherited from Task) |
| ResponseFileEncoding | Gets the Encoding of the response file.(inherited from ToolTask) |
| StandardErrorEncoding | Gets the Encoding of the standard error stream of the task.(inherited from ToolTask) |
| StandardErrorLoggingImportance | Gets the MessageImportance with which to log errors.(inherited from ToolTask) |
| StandardOutputEncoding | Gets the Encoding of the standard output stream of the task.(inherited from ToolTask) |
| StandardOutputLoggingImportance | Gets the MessageImportance with which to log errors.(inherited from ToolTask) |
| TaskResources | Gets or sets the culture-specific resources associated with the task.(inherited from Task) |
| ToolName | Overridden. |
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| Equals | Overloaded. Determines whether two Object instances are equal. (inherited from Object) |
| Execute | Overridden. |
| GetHashCode | Serves as a hash function for a particular type. (inherited from Object) |
| GetType | Gets the Type of the current instance. (inherited from Object) |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (inherited from Object) |
| ToString | Returns a String that represents the current Object. (inherited from Object) |
| Name | Description | |
|---|---|---|
| AddCommandLineCommands | Overridden. |
| AddResponseFileCommands | 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) |
| ExecuteTool | Creates a temporoary response (.rsp) file and runs the executable file. (inherited from ToolTask) |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (inherited from Object) |
| GenerateCommandLineCommands | 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 | Overridden. |
| GenerateResponseFileCommands | Gets the switch used by the command line tool to specify the response file. (inherited from ToolTaskExtension) |
| GetBoolParameterWithDefault | Gets the value of the specified Boolean parameter. (inherited from ToolTaskExtension) |
| GetIntParameterWithDefault | Gets the value of the specified integer parameter. (inherited from ToolTaskExtension) |
| GetResponseFileSwitch | Returns the command line switch used by the executable file to specifiy a response (.rsp) file. (inherited from ToolTask) |
| 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) |
| SkipTaskExecution | Indicates whether task execution should be skipped. (inherited from ToolTask) |
| ValidateParameters | Overridden. |