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

Inheritance: IConsole
Afficher le fichier Open project: Microsoft/RTVS Class Usage Examples

Méthodes publiques

Méthode Description
InteractiveWindowConsole ( IRInteractiveWorkflow workflow ) : System
PromptYesNoAsync ( string text, CancellationToken cancellationToken ) : Task
Write ( string text ) : void
WriteLine ( string text ) : void

Method Details

InteractiveWindowConsole() public méthode

public InteractiveWindowConsole ( IRInteractiveWorkflow workflow ) : System
workflow IRInteractiveWorkflow
Résultat System

PromptYesNoAsync() public méthode

public PromptYesNoAsync ( string text, CancellationToken cancellationToken ) : Task
text string
cancellationToken System.Threading.CancellationToken
Résultat Task

Write() public méthode

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

WriteLine() public méthode

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