C# Class Meta.BuildProfiler

Inheritance: IDisposable
Afficher le fichier Open project: brandon-kohn/Meta Class Usage Examples

Méthodes publiques

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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
Execute ( ) : void

Method Details

BuildProfiler() public méthode

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
Résultat System

Cancel() public méthode

public Cancel ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

Initialize() public méthode

public Initialize ( ) : void
Résultat void