C# Class Microsoft.Markdown.Editor.Commands.RunRChunkCommand

Inheritance: Microsoft.Languages.Editor.Controller.Command.ViewCommand
显示文件 Open project: Microsoft/RTVS

Public Methods

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

Private Methods

Method Description
IsInRCode ( ) : bool

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

RunRChunkCommand() public method

public RunRChunkCommand ( 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