C# Class Microsoft.VisualStudio.R.Package.Repl.Commands.SendToReplCommand

Inheritance: Microsoft.Languages.Editor.Controller.Command.ViewCommand
Show file Open project: Microsoft/RTVS

Public Methods

Method Description
Invoke ( System.Guid group, int id, object inputArg, object &outputArg ) : Microsoft.R.Components.Controller.CommandResult
SendToReplCommand ( ITextView textView, IRInteractiveWorkflow interactiveWorkflow ) : System
Status ( System.Guid group, int id ) : CommandStatus

Method Details

Invoke() public method

public Invoke ( System.Guid group, int id, object inputArg, object &outputArg ) : Microsoft.R.Components.Controller.CommandResult
group System.Guid
id int
inputArg object
outputArg object
return Microsoft.R.Components.Controller.CommandResult

SendToReplCommand() public method

public SendToReplCommand ( ITextView textView, IRInteractiveWorkflow interactiveWorkflow ) : System
textView ITextView
interactiveWorkflow IRInteractiveWorkflow
return System

Status() public method

public Status ( System.Guid group, int id ) : CommandStatus
group System.Guid
id int
return CommandStatus