C# 클래스 Microsoft.VisualStudio.R.Package.Repl.Debugger.DebuggerWrappedCommand

상속: DebuggerCommand
파일 보기 프로젝트 열기: Microsoft/RTVS

보호된 메소드들

메소드 설명
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