C# 클래스 Microsoft.VisualStudio.R.Package.ProjectSystem.Commands.CommandPromptCommand

상속: ICommandGroupHandler
파일 보기 프로젝트 열기: Microsoft/RTVS

공개 메소드들

메소드 설명
CommandPromptCommand ( int id, IProcessServices ps ) : System
GetCommandStatus ( IImmutableSet nodes, long commandId, bool focused, string commandText, CommandStatus progressiveStatus ) : CommandStatusResult
TryHandleCommand ( IImmutableSet nodes, long commandId, bool focused, long commandExecuteOptions, IntPtr variantArgIn, IntPtr variantArgOut ) : bool

보호된 메소드들

메소드 설명
SetFlags ( ProcessStartInfo psi, string path ) : void

메소드 상세

CommandPromptCommand() 공개 메소드

public CommandPromptCommand ( int id, IProcessServices ps ) : System
id int
ps IProcessServices
리턴 System

GetCommandStatus() 공개 메소드

public GetCommandStatus ( IImmutableSet nodes, long commandId, bool focused, string commandText, CommandStatus progressiveStatus ) : CommandStatusResult
nodes IImmutableSet
commandId long
focused bool
commandText string
progressiveStatus CommandStatus
리턴 CommandStatusResult

SetFlags() 보호된 메소드

protected SetFlags ( ProcessStartInfo psi, string path ) : void
psi System.Diagnostics.ProcessStartInfo
path string
리턴 void

TryHandleCommand() 공개 메소드

public TryHandleCommand ( IImmutableSet nodes, long commandId, bool focused, long commandExecuteOptions, IntPtr variantArgIn, IntPtr variantArgOut ) : bool
nodes IImmutableSet
commandId long
focused bool
commandExecuteOptions long
variantArgIn System.IntPtr
variantArgOut System.IntPtr
리턴 bool