C# 클래스 PKStudio.Helpers.MSBuildHelper

상속: IDisposable
파일 보기 프로젝트 열기: AlexandrSurkov/PKStudio

공개 메소드들

메소드 설명
Build ( string Path, string target, string buildType, string mediaType ) : void
Dispose ( ) : void
MSBuildHelper ( ) : System

비공개 메소드들

메소드 설명
m_worker_DoWork ( object sender, DoWorkEventArgs e ) : void
m_worker_RunWorkerCompleted ( object sender, RunWorkerCompletedEventArgs e ) : void

메소드 상세

Build() 공개 메소드

public Build ( string Path, string target, string buildType, string mediaType ) : void
Path string
target string
buildType string
mediaType string
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

MSBuildHelper() 공개 메소드

public MSBuildHelper ( ) : System
리턴 System