C# Class Microsoft.R.Components.InteractiveWorkflow.Commands.SourceRScriptCommand

Inheritance: IAsyncCommand
ファイルを表示 Open project: Microsoft/RTVS Class Usage Examples

Public Methods

Method Description
InvokeAsync ( ) : Task
SourceRScriptCommand ( IRInteractiveWorkflow interactiveWorkflow, IActiveWpfTextViewTracker activeTextViewTracker, bool echo ) : System.IO

Private Methods

Method Description
GetActiveTextView ( ) : ITextView
GetFilePath ( ) : string

Method Details

InvokeAsync() public method

public InvokeAsync ( ) : Task
return Task

SourceRScriptCommand() public method

public SourceRScriptCommand ( IRInteractiveWorkflow interactiveWorkflow, IActiveWpfTextViewTracker activeTextViewTracker, bool echo ) : System.IO
interactiveWorkflow IRInteractiveWorkflow
activeTextViewTracker IActiveWpfTextViewTracker
echo bool
return System.IO