C# Класс Microsoft.VisualStudio.R.Package.ProjectSystem.Commands.CommandPromptCommand

Наследование: ICommandGroupHandler
Показать файл Открыть проект

Открытые методы

Метод Описание
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