C# Class Microsoft.VisualStudio.R.Package.Repl.Shiny.RunShinyAppCommand

Inheritance: Microsoft.VisualStudio.R.Package.Commands.PackageCommand
Mostra file Open project: Microsoft/RTVS

Public Methods

Method Description
RunShinyAppCommand ( IRInteractiveWorkflow interactiveWorkflow ) : Microsoft.R.Components.InteractiveWorkflow

Protected Methods

Method Description
Handle ( ) : void
SetStatus ( ) : void

Method Details

Handle() protected method

protected Handle ( ) : void
return void

RunShinyAppCommand() public method

public RunShinyAppCommand ( IRInteractiveWorkflow interactiveWorkflow ) : Microsoft.R.Components.InteractiveWorkflow
interactiveWorkflow IRInteractiveWorkflow
return Microsoft.R.Components.InteractiveWorkflow

SetStatus() protected method

protected SetStatus ( ) : void
return void