C# Class Goose.Core.Output.OutputService

Inheritance: IOutputService
Datei anzeigen Open project: sebastianhallen/Goose

Public Methods

Method Description
Handle ( CommandOutput output ) : void
OutputService ( IServiceProvider serviceProvider ) : System
RemovePanels ( ) : void

Private Methods

Method Description
GetOrAddPane ( string name ) : IVsOutputWindowPane
HandleMessages ( string panel, System.DateTime invokationTime, IEnumerable messages ) : void

Method Details

Handle() public method

public Handle ( CommandOutput output ) : void
output CommandOutput
return void

OutputService() public method

public OutputService ( IServiceProvider serviceProvider ) : System
serviceProvider IServiceProvider
return System

RemovePanels() public method

public RemovePanels ( ) : void
return void