C# 클래스 VSCodeDebug.Request

상속: ProtocolMessage
파일 보기 프로젝트 열기: Microsoft/vscode-mono-debug 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
arguments dynamic
command string

공개 메소드들

메소드 설명
Request ( int id, string cmd, dynamic arg ) : System

메소드 상세

Request() 공개 메소드

public Request ( int id, string cmd, dynamic arg ) : System
id int
cmd string
arg dynamic
리턴 System

프로퍼티 상세

arguments 공개적으로 프로퍼티

public dynamic arguments
리턴 dynamic

command 공개적으로 프로퍼티

public string command
리턴 string