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

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

공개 메소드들

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