C# Class Microsoft.VisualStudio.R.Package.Repl.RInteractiveWorkflowOperations

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

Private Properties

Свойство Type Description
GetSourceExpression string
IsMultiLineCandidate bool
ProcessQueuedInput void

Méthodes publiques

Méthode Description
ClearPendingInputs ( ) : void
Dispose ( ) : void
EnqueueExpression ( string expression, bool addNewLine ) : void
ExecuteCurrentExpression ( ITextView textView, Action formatDocument ) : void
ExecuteExpression ( string expression ) : void
PositionCaretAtPrompt ( ) : void
RInteractiveWorkflowOperations ( IRInteractiveWorkflow workflow, IDebuggerModeTracker debuggerModeTracker, ICoreShell coreShell ) : System
ReplaceCurrentExpression ( string replaceWith ) : void
ResetAsync ( ) : Task
SourceFileAsync ( string file, bool echo, Encoding encoding = null, CancellationToken cancellationToken = default(CancellationToken) ) : Task
SourceFiles ( IEnumerable files, bool echo ) : void
TryRunShinyApp ( ) : void

Private Methods

Méthode Description
GetSourceExpression ( string file, bool echo, Encoding encoding = null ) : string
IsMultiLineCandidate ( string text ) : bool
ProcessQueuedInput ( ) : void

Method Details

ClearPendingInputs() public méthode

public ClearPendingInputs ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

EnqueueExpression() public méthode

public EnqueueExpression ( string expression, bool addNewLine ) : void
expression string
addNewLine bool
Résultat void

ExecuteCurrentExpression() public méthode

public ExecuteCurrentExpression ( ITextView textView, Action formatDocument ) : void
textView ITextView
formatDocument Action
Résultat void

ExecuteExpression() public méthode

public ExecuteExpression ( string expression ) : void
expression string
Résultat void

PositionCaretAtPrompt() public méthode

public PositionCaretAtPrompt ( ) : void
Résultat void

RInteractiveWorkflowOperations() public méthode

public RInteractiveWorkflowOperations ( IRInteractiveWorkflow workflow, IDebuggerModeTracker debuggerModeTracker, ICoreShell coreShell ) : System
workflow IRInteractiveWorkflow
debuggerModeTracker IDebuggerModeTracker
coreShell ICoreShell
Résultat System

ReplaceCurrentExpression() public méthode

public ReplaceCurrentExpression ( string replaceWith ) : void
replaceWith string
Résultat void

ResetAsync() public méthode

public ResetAsync ( ) : Task
Résultat Task

SourceFileAsync() public méthode

public SourceFileAsync ( string file, bool echo, Encoding encoding = null, CancellationToken cancellationToken = default(CancellationToken) ) : Task
file string
echo bool
encoding System.Text.Encoding
cancellationToken System.Threading.CancellationToken
Résultat Task

SourceFiles() public méthode

public SourceFiles ( IEnumerable files, bool echo ) : void
files IEnumerable
echo bool
Résultat void

TryRunShinyApp() public méthode

public TryRunShinyApp ( ) : void
Résultat void