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
Afficher le fichier Open project: kumpera/mono Class Usage Examples

Méthodes publiques

Méthode Description
Csc ( ) : System

Méthodes protégées

Méthode Description
AddResponseFileCommands ( CommandLineBuilderExtension commandLine ) : void
GenerateFullPathToTool ( ) : string

Private Methods

Méthode Description
CallHostObjectToExecute ( ) : bool
InitializeHostObject ( ) : HostObjectInitializationStatus

Method Details

AddResponseFileCommands() protected méthode

protected AddResponseFileCommands ( CommandLineBuilderExtension commandLine ) : void
commandLine CommandLineBuilderExtension
Résultat void

Csc() public méthode

public Csc ( ) : System
Résultat System

GenerateFullPathToTool() protected méthode

protected GenerateFullPathToTool ( ) : string
Résultat string