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

Engine required by RAR, primarily for collecting logs
Inheritance: IBuildEngine
Afficher le fichier Open project: tunnelvisionlabs/MPFProj10

Méthodes publiques

Méthode 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 méthode

public BuildProjectFile ( string projectFileName, string targetNames, System globalProperties, System targetOutputs ) : bool
projectFileName string
targetNames string
globalProperties System
targetOutputs System
Résultat bool

LogCustomEvent() public méthode

public LogCustomEvent ( Microsoft.Build.Framework.CustomBuildEventArgs eventArgs ) : void
eventArgs Microsoft.Build.Framework.CustomBuildEventArgs
Résultat void

LogErrorEvent() public méthode

public LogErrorEvent ( Microsoft.Build.Framework.BuildErrorEventArgs eventArgs ) : void
eventArgs Microsoft.Build.Framework.BuildErrorEventArgs
Résultat void

LogMessageEvent() public méthode

public LogMessageEvent ( Microsoft.Build.Framework.BuildMessageEventArgs eventArgs ) : void
eventArgs Microsoft.Build.Framework.BuildMessageEventArgs
Résultat void

LogWarningEvent() public méthode

public LogWarningEvent ( Microsoft.Build.Framework.BuildWarningEventArgs eventArgs ) : void
eventArgs Microsoft.Build.Framework.BuildWarningEventArgs
Résultat void

MockEngine() public méthode

public MockEngine ( bool enableLog ) : System
enableLog bool
Résultat System

RecordRARExecutionException() public méthode

public RecordRARExecutionException ( Exception ex ) : void
ex System.Exception
Résultat void