C# 클래스 Microsoft.VisualStudio.R.Package.Repl.Commands.WorkingDirectoryCommand

상속: Microsoft.Languages.Editor.Controller.Command.Command, IDisposable
파일 보기 프로젝트 열기: Microsoft/RTVS 1 사용 예제들

Private Properties

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

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

WorkingDirectoryCommand() 공개 메소드

public WorkingDirectoryCommand ( IRInteractiveWorkflow interactiveWorkflow ) : System
interactiveWorkflow IRInteractiveWorkflow
리턴 System