C# Class Microsoft.VisualStudio.R.Package.Repl.Debugger.DebuggerWrappedCommand

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

Méthodes protégées

Méthode Description
DebuggerWrappedCommand ( IRInteractiveWorkflow interactiveWorkflow, int cmdId, System.Guid shellGroup, int shellCmdId, DebuggerCommandVisibility visibility ) : System
Handle ( ) : void

Method Details

DebuggerWrappedCommand() protected méthode

protected DebuggerWrappedCommand ( IRInteractiveWorkflow interactiveWorkflow, int cmdId, System.Guid shellGroup, int shellCmdId, DebuggerCommandVisibility visibility ) : System
interactiveWorkflow IRInteractiveWorkflow
cmdId int
shellGroup System.Guid
shellCmdId int
visibility DebuggerCommandVisibility
Résultat System

Handle() protected méthode

protected Handle ( ) : void
Résultat void