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

Inheritance: Microsoft.Languages.Editor.Controller.Command.ViewCommand
Exibir arquivo Open project: Microsoft/RTVS

Public Methods

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

Method Details

ClearReplCommand() public method

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

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

Status() public method

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