Method | Description | |
---|---|---|
BuildProjectFile ( string projectFileName, string targetNames, System globalProperties, System targetOutputs ) : bool | ||
LogCustomEvent ( Microsoft.Build.Framework.CustomBuildEventArgs eventArgs ) : void | ||
LogErrorEvent ( Microsoft.Build.Framework.BuildErrorEventArgs eventArgs ) : void | ||
LogMessageEvent ( Microsoft.Build.Framework.BuildMessageEventArgs eventArgs ) : void | ||
LogWarningEvent ( Microsoft.Build.Framework.BuildWarningEventArgs eventArgs ) : void | ||
MockEngine ( bool enableLog ) : System | ||
RecordRARExecutionException ( |
public BuildProjectFile ( string projectFileName, string targetNames, System globalProperties, System targetOutputs ) : bool | ||
projectFileName | string | |
targetNames | string | |
globalProperties | System | |
targetOutputs | System | |
return | bool |
public LogCustomEvent ( Microsoft.Build.Framework.CustomBuildEventArgs eventArgs ) : void | ||
eventArgs | Microsoft.Build.Framework.CustomBuildEventArgs | |
return | void |
public LogErrorEvent ( Microsoft.Build.Framework.BuildErrorEventArgs eventArgs ) : void | ||
eventArgs | Microsoft.Build.Framework.BuildErrorEventArgs | |
return | void |
public LogMessageEvent ( Microsoft.Build.Framework.BuildMessageEventArgs eventArgs ) : void | ||
eventArgs | Microsoft.Build.Framework.BuildMessageEventArgs | |
return | void |
public LogWarningEvent ( Microsoft.Build.Framework.BuildWarningEventArgs eventArgs ) : void | ||
eventArgs | Microsoft.Build.Framework.BuildWarningEventArgs | |
return | void |
public MockEngine ( bool enableLog ) : System | ||
enableLog | bool | |
return | System |
public RecordRARExecutionException ( |
||
ex | ||
return | void |