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

Inheritance: DebuggerCommand
Datei anzeigen Open project: Microsoft/RTVS

Protected Methods

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

Method Details

DebuggerWrappedCommand() protected method

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
return System

Handle() protected method

protected Handle ( ) : void
return void