C# Class NuGet.VisualStudio.OutputConsole

This class implements the IConsole interface in order to integrate with the PowerShellHost. It sends PowerShell host outputs to the VS Output tool window.
Inheritance: IConsole, IConsoleDispatcher
Afficher le fichier Open project: monoman/NugetCracker

Méthodes publiques

Méthode Description
AcceptKeyInput ( ) : void
Clear ( ) : void
ClearConsole ( ) : void
OutputConsole ( IVsOutputWindow outputWindow ) : System
Start ( ) : void
WaitKey ( ) : NuGetConsole.VsKeyInfo
Write ( string text ) : void
Write ( string text, System foreground, System background ) : void
WriteBackspace ( ) : void
WriteLine ( string text ) : void
WriteProgress ( string operation, int percentComplete ) : void

Method Details

AcceptKeyInput() public méthode

public AcceptKeyInput ( ) : void
Résultat void

Clear() public méthode

public Clear ( ) : void
Résultat void

ClearConsole() public méthode

public ClearConsole ( ) : void
Résultat void

OutputConsole() public méthode

public OutputConsole ( IVsOutputWindow outputWindow ) : System
outputWindow IVsOutputWindow
Résultat System

Start() public méthode

public Start ( ) : void
Résultat void

WaitKey() public méthode

public WaitKey ( ) : NuGetConsole.VsKeyInfo
Résultat NuGetConsole.VsKeyInfo

Write() public méthode

public Write ( string text ) : void
text string
Résultat void

Write() public méthode

public Write ( string text, System foreground, System background ) : void
text string
foreground System
background System
Résultat void

WriteBackspace() public méthode

public WriteBackspace ( ) : void
Résultat void

WriteLine() public méthode

public WriteLine ( string text ) : void
text string
Résultat void

WriteProgress() public méthode

public WriteProgress ( string operation, int percentComplete ) : void
operation string
percentComplete int
Résultat void