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

Inheritance: Microsoft.Languages.Editor.Controller.Command.ViewCommand
Afficher le fichier Open project: Microsoft/RTVS

Méthodes publiques

Méthode 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 méthode

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
Résultat Microsoft.R.Components.Controller.CommandResult

SendToReplCommand() public méthode

public SendToReplCommand ( ITextView textView, IRInteractiveWorkflow interactiveWorkflow ) : System
textView ITextView
interactiveWorkflow IRInteractiveWorkflow
Résultat System

Status() public méthode

public Status ( System.Guid group, int id ) : CommandStatus
group System.Guid
id int
Résultat CommandStatus