C# 클래스 Microsoft.R.Components.InteractiveWorkflow.Implementation.InteractiveWindowConsole

상속: IConsole
파일 보기 프로젝트 열기: Microsoft/RTVS 1 사용 예제들

공개 메소드들

메소드 설명
InteractiveWindowConsole ( IRInteractiveWorkflow workflow ) : System
PromptYesNoAsync ( string text, CancellationToken cancellationToken ) : Task
Write ( string text ) : void
WriteLine ( string text ) : void

메소드 상세

InteractiveWindowConsole() 공개 메소드

public InteractiveWindowConsole ( IRInteractiveWorkflow workflow ) : System
workflow IRInteractiveWorkflow
리턴 System

PromptYesNoAsync() 공개 메소드

public PromptYesNoAsync ( string text, CancellationToken cancellationToken ) : Task
text string
cancellationToken System.Threading.CancellationToken
리턴 Task

Write() 공개 메소드

public Write ( string text ) : void
text string
리턴 void

WriteLine() 공개 메소드

public WriteLine ( string text ) : void
text string
리턴 void