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

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

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

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

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

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

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
Результат System

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

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