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

Inheritance: Microsoft.Languages.Editor.Controller.Command.Command, IDisposable
ファイルを表示 Open project: Microsoft/RTVS Class Usage Examples

Private Properties

Property Type Description
FetchRWorkingDirectoryAsync System.Threading.Tasks.Task
GetFriendlyDirectoryName string
GetFriendlyDirectoryNames string[]
GetFullPathName string
OnCurrentDirectoryChanged void
OnSessionConnected void
SetDirectory System.Threading.Tasks.Task
UpdateRUserDirectoryAsync System.Threading.Tasks.Task

Public Methods

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

Private Methods

Method Description
FetchRWorkingDirectoryAsync ( ) : System.Threading.Tasks.Task
GetFriendlyDirectoryName ( string directory ) : string
GetFriendlyDirectoryNames ( ) : string[]
GetFullPathName ( string friendlyName ) : string
OnCurrentDirectoryChanged ( object sender, EventArgs e ) : void
OnSessionConnected ( object sender, EventArgs e ) : void
SetDirectory ( string friendlyName ) : System.Threading.Tasks.Task
UpdateRUserDirectoryAsync ( ) : System.Threading.Tasks.Task

Method Details

Dispose() public method

public Dispose ( ) : void
return void

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 ) : Microsoft.R.Components.Controller.CommandStatus
group System.Guid
id int
return Microsoft.R.Components.Controller.CommandStatus

WorkingDirectoryCommand() public method

public WorkingDirectoryCommand ( IRInteractiveWorkflow interactiveWorkflow ) : System
interactiveWorkflow IRInteractiveWorkflow
return System