C# 클래스 PowerBuild.MSBuildHelper

상속: MarshalByRefObject
파일 보기 프로젝트 열기: kovalikp/PowerBuild 1 사용 예제들

공개 메소드들

메소드 설명
BeginProcessRecord ( AsyncCallback callback, object state ) : IAsyncResult
BeginProcessing ( ) : void
EndProcessRecord ( IAsyncResult asyncResult ) : IEnumerable
EndProcessing ( ) : void
GetTargets ( ) : IEnumerable
PreprocessProject ( string projectFile, IDictionary globalProperties, string toolsVersion, TextWriter preprocessWriter ) : void
ProcessRecordAsync ( ) : Task>
StopProcessing ( ) : void

비공개 메소드들

메소드 설명
MapBuildResult ( string project, Microsoft.Build.Execution.BuildResult buildResult ) : PowerBuild.BuildResult
ToGeneric ( IDictionary dictionary ) : string>.Dictionary

메소드 상세

BeginProcessRecord() 공개 메소드

public BeginProcessRecord ( AsyncCallback callback, object state ) : IAsyncResult
callback AsyncCallback
state object
리턴 IAsyncResult

BeginProcessing() 공개 메소드

public BeginProcessing ( ) : void
리턴 void

EndProcessRecord() 공개 메소드

public EndProcessRecord ( IAsyncResult asyncResult ) : IEnumerable
asyncResult IAsyncResult
리턴 IEnumerable

EndProcessing() 공개 메소드

public EndProcessing ( ) : void
리턴 void

GetTargets() 공개 메소드

public GetTargets ( ) : IEnumerable
리턴 IEnumerable

PreprocessProject() 공개 메소드

public PreprocessProject ( string projectFile, IDictionary globalProperties, string toolsVersion, TextWriter preprocessWriter ) : void
projectFile string
globalProperties IDictionary
toolsVersion string
preprocessWriter TextWriter
리턴 void

ProcessRecordAsync() 공개 메소드

public ProcessRecordAsync ( ) : Task>
리턴 Task>

StopProcessing() 공개 메소드

public StopProcessing ( ) : void
리턴 void