C# Class Microsoft.Build.BuildEngine.TaskEngine

Afficher le fichier Open project: kumpera/mono Class Usage Examples

Méthodes publiques

Méthode Description
Execute ( ) : bool
Prepare ( ITask task, XmlElement taskElement, string>.IDictionary parameters, Type taskType ) : void
PublishOutput ( ) : void
TaskEngine ( Project project ) : System

Private Methods

Méthode Description
InitializeParameter ( PropertyInfo propertyInfo, object value ) : void
PublishItemGroup ( PropertyInfo propertyInfo, object o, string itemName ) : void
PublishProperty ( PropertyInfo propertyInfo, object o, string propertyName ) : void
TaskEngine ( ) : System
TryGetObjectFromString ( string raw, Type type, object &result ) : bool

Method Details

Execute() public méthode

public Execute ( ) : bool
Résultat bool

Prepare() public méthode

public Prepare ( ITask task, XmlElement taskElement, string>.IDictionary parameters, Type taskType ) : void
task ITask
taskElement XmlElement
parameters string>.IDictionary
taskType Type
Résultat void

PublishOutput() public méthode

public PublishOutput ( ) : void
Résultat void

TaskEngine() public méthode

public TaskEngine ( Project project ) : System
project Project
Résultat System