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

Inheritance: DebuggerCommand
Mostrar archivo Open project: Microsoft/RTVS

Public Methods

Method Description
AttachDebuggerCommand ( IRInteractiveWorkflow interactiveWorkflow ) : System

Protected Methods

Method Description
AttachDebuggerCommand ( IRInteractiveWorkflow interactiveWorkflow, int cmdId, DebuggerCommandVisibility visibility ) : System
Handle ( ) : void

Method Details

AttachDebuggerCommand() public method

public AttachDebuggerCommand ( IRInteractiveWorkflow interactiveWorkflow ) : System
interactiveWorkflow IRInteractiveWorkflow
return System

AttachDebuggerCommand() protected method

protected AttachDebuggerCommand ( IRInteractiveWorkflow interactiveWorkflow, int cmdId, DebuggerCommandVisibility visibility ) : System
interactiveWorkflow IRInteractiveWorkflow
cmdId int
visibility DebuggerCommandVisibility
return System

Handle() protected method

protected Handle ( ) : void
return void