C# 클래스 Monobjc.MSBuild.Tests.ShallowBuildEngine

상속: IBuildEngine
파일 보기 프로젝트 열기: Monobjc/monobjc-tools

공개 메소드들

메소드 설명
BuildProjectFile ( string projectFileName, string targetNames, System globalProperties, System targetOutputs ) : bool
LogCustomEvent ( Microsoft.Build.Framework.CustomBuildEventArgs e ) : void
LogErrorEvent ( Microsoft.Build.Framework.BuildErrorEventArgs e ) : void
LogMessageEvent ( Microsoft.Build.Framework.BuildMessageEventArgs e ) : void
LogWarningEvent ( Microsoft.Build.Framework.BuildWarningEventArgs e ) : void
ShallowBuildEngine ( ) : System

메소드 상세

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 e ) : void
e Microsoft.Build.Framework.CustomBuildEventArgs
리턴 void

LogErrorEvent() 공개 메소드

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

LogMessageEvent() 공개 메소드

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

LogWarningEvent() 공개 메소드

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

ShallowBuildEngine() 공개 메소드

public ShallowBuildEngine ( ) : System
리턴 System