C# Class Meta.BuildProfiler

Inheritance: IDisposable
显示文件 Open project: brandon-kohn/Meta Class Usage Examples

Public Methods

Method Description
BuildProfiler ( EnvDTE proj, int stackMaxSize, IVsOutputWindowPane bpane, IVsOutputWindowPane ppane, System.Action onFinished, string singleFile = null ) : System
Cancel ( ) : void
Dispose ( ) : void
Initialize ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
Execute ( ) : void

Method Details

BuildProfiler() public method

public BuildProfiler ( EnvDTE proj, int stackMaxSize, IVsOutputWindowPane bpane, IVsOutputWindowPane ppane, System.Action onFinished, string singleFile = null ) : System
proj EnvDTE
stackMaxSize int
bpane IVsOutputWindowPane
ppane IVsOutputWindowPane
onFinished System.Action
singleFile string
return System

Cancel() public method

public Cancel ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

Initialize() public method

public Initialize ( ) : void
return void