C# Class Microsoft.VisualStudio.Project.DesignTimeAssemblyResolution.MockEngine

Engine required by RAR, primarily for collecting logs
Inheritance: IBuildEngine
Mostra file Open project: tunnelvisionlabs/MPFProj10

Public Methods

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 ( Exception ex ) : void

Method Details

BuildProjectFile() public method

public BuildProjectFile ( string projectFileName, string targetNames, System globalProperties, System targetOutputs ) : bool
projectFileName string
targetNames string
globalProperties System
targetOutputs System
return bool

LogCustomEvent() public method

public LogCustomEvent ( Microsoft.Build.Framework.CustomBuildEventArgs eventArgs ) : void
eventArgs Microsoft.Build.Framework.CustomBuildEventArgs
return void

LogErrorEvent() public method

public LogErrorEvent ( Microsoft.Build.Framework.BuildErrorEventArgs eventArgs ) : void
eventArgs Microsoft.Build.Framework.BuildErrorEventArgs
return void

LogMessageEvent() public method

public LogMessageEvent ( Microsoft.Build.Framework.BuildMessageEventArgs eventArgs ) : void
eventArgs Microsoft.Build.Framework.BuildMessageEventArgs
return void

LogWarningEvent() public method

public LogWarningEvent ( Microsoft.Build.Framework.BuildWarningEventArgs eventArgs ) : void
eventArgs Microsoft.Build.Framework.BuildWarningEventArgs
return void

MockEngine() public method

public MockEngine ( bool enableLog ) : System
enableLog bool
return System

RecordRARExecutionException() public method

public RecordRARExecutionException ( Exception ex ) : void
ex System.Exception
return void