C# Class Microsoft.Build.Tasks.Csc

Implements the Csc task. Use the Csc element in your project file to create and execute this task. For usage and parameter information, see Csc Task.
Inheritance: Microsoft.Build.Tasks.ManagedCompiler
显示文件 Open project: kumpera/mono Class Usage Examples

Public Methods

Method Description
Csc ( ) : System

Protected Methods

Method Description
AddResponseFileCommands ( CommandLineBuilderExtension commandLine ) : void
GenerateFullPathToTool ( ) : string

Private Methods

Method Description
CallHostObjectToExecute ( ) : bool
InitializeHostObject ( ) : HostObjectInitializationStatus

Method Details

AddResponseFileCommands() protected method

protected AddResponseFileCommands ( CommandLineBuilderExtension commandLine ) : void
commandLine CommandLineBuilderExtension
return void

Csc() public method

public Csc ( ) : System
return System

GenerateFullPathToTool() protected method

protected GenerateFullPathToTool ( ) : string
return string