C# 클래스 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.
상속: IDisposable
파일 보기 프로젝트 열기: Microsoft/RTVS

공개 프로퍼티들

프로퍼티 타입 설명
_coreShell ICoreShell

공개 메소드들

메소드 설명
CarriageReturnProcessor ( ICoreShell coreShell, IInteractiveWindow interactiveWindow ) : System
Dispose ( ) : void
ProcessMessage ( string message ) : bool

비공개 메소드들

메소드 설명
OnBufferChanged ( object sender, TextContentChangedEventArgs e ) : void
ProcessReplacement ( ) : void

메소드 상세

CarriageReturnProcessor() 공개 메소드

public CarriageReturnProcessor ( ICoreShell coreShell, IInteractiveWindow interactiveWindow ) : System
coreShell ICoreShell
interactiveWindow IInteractiveWindow
리턴 System

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

ProcessMessage() 공개 메소드

public ProcessMessage ( string message ) : bool
message string
리턴 bool

프로퍼티 상세

_coreShell 공개적으로 프로퍼티

public ICoreShell _coreShell
리턴 ICoreShell