C# Класс Microsoft.VisualStudio.R.Package.Repl.Commands.ClearReplCommand

Наследование: Microsoft.Languages.Editor.Controller.Command.ViewCommand
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

ClearReplCommand() публичный Метод

public ClearReplCommand ( ITextView textView, IRInteractiveWorkflow interactiveWorkflow ) : System
textView ITextView
interactiveWorkflow IRInteractiveWorkflow
Результат System

Invoke() публичный Метод

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
Результат Microsoft.R.Components.Controller.CommandResult

Status() публичный Метод

public Status ( System.Guid group, int id ) : CommandStatus
group System.Guid
id int
Результат CommandStatus