C# Class Microsoft.VisualStudio.R.Package.ProjectSystem.Commands.CommandPromptCommand

Inheritance: ICommandGroupHandler
Afficher le fichier Open project: Microsoft/RTVS

Méthodes publiques

Méthode Description
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

Méthodes protégées

Méthode Description
SetFlags ( ProcessStartInfo psi, string path ) : void

Method Details

CommandPromptCommand() public méthode

public CommandPromptCommand ( int id, IProcessServices ps ) : System
id int
ps IProcessServices
Résultat System

GetCommandStatus() public méthode

public GetCommandStatus ( IImmutableSet nodes, long commandId, bool focused, string commandText, CommandStatus progressiveStatus ) : CommandStatusResult
nodes IImmutableSet
commandId long
focused bool
commandText string
progressiveStatus CommandStatus
Résultat CommandStatusResult

SetFlags() protected méthode

protected SetFlags ( ProcessStartInfo psi, string path ) : void
psi System.Diagnostics.ProcessStartInfo
path string
Résultat void

TryHandleCommand() public méthode

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
Résultat bool