C# Class WebGACForVS.BuildExecutor

Inheritance: ILogger
Exibir arquivo Open project: paulj/webgac Class Usage Examples

Public Methods

Method Description
Build ( EnvDTE.Project pProj, OutputWindowPane pPane, string pTarget ) : bool
Build ( EnvDTE.Project pProj, OutputWindowPane pPane, string pTarget, NameValueCollection pParams ) : bool
BuildExecutor ( OutputWindowPane pPane ) : System
Initialize ( IEventSource eventSource ) : void
Shutdown ( ) : void

Private Methods

Method Description
EventSource_HandleAnyEvent ( object sender, Microsoft.Build.Framework.BuildEventArgs e ) : void

Method Details

Build() public static method

public static Build ( EnvDTE.Project pProj, OutputWindowPane pPane, string pTarget ) : bool
pProj EnvDTE.Project
pPane OutputWindowPane
pTarget string
return bool

Build() public static method

public static Build ( EnvDTE.Project pProj, OutputWindowPane pPane, string pTarget, NameValueCollection pParams ) : bool
pProj EnvDTE.Project
pPane OutputWindowPane
pTarget string
pParams System.Collections.Specialized.NameValueCollection
return bool

BuildExecutor() public method

public BuildExecutor ( OutputWindowPane pPane ) : System
pPane OutputWindowPane
return System

Initialize() public method

public Initialize ( IEventSource eventSource ) : void
eventSource IEventSource
return void

Shutdown() public method

public Shutdown ( ) : void
return void