C# 클래스 Microsoft.VisualStudio.Project.DesignTimeAssemblyResolution.MockEngine

Engine required by RAR, primarily for collecting logs
상속: IBuildEngine
파일 보기 프로젝트 열기: tunnelvisionlabs/MPFProj10

공개 메소드들

메소드 설명
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

메소드 상세

BuildProjectFile() 공개 메소드

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

LogCustomEvent() 공개 메소드

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

LogErrorEvent() 공개 메소드

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

LogMessageEvent() 공개 메소드

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

LogWarningEvent() 공개 메소드

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

MockEngine() 공개 메소드

public MockEngine ( bool enableLog ) : System
enableLog bool
리턴 System

RecordRARExecutionException() 공개 메소드

public RecordRARExecutionException ( Exception ex ) : void
ex System.Exception
리턴 void