C# Class Microsoft.R.Components.InteractiveWorkflow.Implementation.CarriageReturnProcessor

Works around the fact that interactive window does not support carriage returns as mean to type over strings such as when displaying ASCII progress bar.
Inheritance: IDisposable
Afficher le fichier Open project: Microsoft/RTVS

Méthodes publiques

Свойство Type Description
_coreShell ICoreShell

Méthodes publiques

Méthode Description
CarriageReturnProcessor ( ICoreShell coreShell, IInteractiveWindow interactiveWindow ) : System
Dispose ( ) : void
ProcessMessage ( string message ) : bool

Private Methods

Méthode Description
OnBufferChanged ( object sender, TextContentChangedEventArgs e ) : void
ProcessReplacement ( ) : void

Method Details

CarriageReturnProcessor() public méthode

public CarriageReturnProcessor ( ICoreShell coreShell, IInteractiveWindow interactiveWindow ) : System
coreShell ICoreShell
interactiveWindow IInteractiveWindow
Résultat System

Dispose() public méthode

public Dispose ( ) : void
Résultat void

ProcessMessage() public méthode

public ProcessMessage ( string message ) : bool
message string
Résultat bool

Property Details

_coreShell public_oe property

public ICoreShell _coreShell
Résultat ICoreShell