C# Class PKStudio.Helpers.MSBuildHelper

Inheritance: IDisposable
Mostra file Open project: AlexandrSurkov/PKStudio

Public Methods

Method Description
Build ( string Path, string target, string buildType, string mediaType ) : void
Dispose ( ) : void
MSBuildHelper ( ) : System

Private Methods

Method Description
m_worker_DoWork ( object sender, DoWorkEventArgs e ) : void
m_worker_RunWorkerCompleted ( object sender, RunWorkerCompletedEventArgs e ) : void

Method Details

Build() public method

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

Dispose() public method

public Dispose ( ) : void
return void

MSBuildHelper() public method

public MSBuildHelper ( ) : System
return System