C# Класс Microsoft.VisualStudio.R.Package.Repl.Debugger.AttachDebuggerCommand

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

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

Метод Описание
AttachDebuggerCommand ( IRInteractiveWorkflow interactiveWorkflow ) : System

Защищенные методы

Метод Описание
AttachDebuggerCommand ( IRInteractiveWorkflow interactiveWorkflow, int cmdId, DebuggerCommandVisibility visibility ) : System
Handle ( ) : void

Описание методов

AttachDebuggerCommand() публичный Метод

public AttachDebuggerCommand ( IRInteractiveWorkflow interactiveWorkflow ) : System
interactiveWorkflow IRInteractiveWorkflow
Результат System

AttachDebuggerCommand() защищенный Метод

protected AttachDebuggerCommand ( IRInteractiveWorkflow interactiveWorkflow, int cmdId, DebuggerCommandVisibility visibility ) : System
interactiveWorkflow IRInteractiveWorkflow
cmdId int
visibility DebuggerCommandVisibility
Результат System

Handle() защищенный Метод

protected Handle ( ) : void
Результат void