C# Class Microsoft.VisualStudio.R.Package.Commands.SwitchToRClientCommand

Inheritance: PackageCommand
ファイルを表示 Open project: Microsoft/RTVS

Public Methods

Method Description
SwitchToRClientCommand ( IConnectionManager connectionManager, ICoreShell shell, IRToolsSettings settings ) : Microsoft.Common.Core

Protected Methods

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

Method Details

Handle() protected method

protected Handle ( ) : void
return void

SetStatus() protected method

protected SetStatus ( ) : void
return void

SwitchToRClientCommand() public method

public SwitchToRClientCommand ( IConnectionManager connectionManager, ICoreShell shell, IRToolsSettings settings ) : Microsoft.Common.Core
connectionManager IConnectionManager
shell ICoreShell
settings IRToolsSettings
return Microsoft.Common.Core