C# 클래스 VSCodeDebug.ProtocolMessage

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

공개 프로퍼티들

프로퍼티 타입 설명
seq int

공개 메소드들

메소드 설명
ProtocolMessage ( string typ ) : System
ProtocolMessage ( string typ, int sq ) : System

메소드 상세

ProtocolMessage() 공개 메소드

public ProtocolMessage ( string typ ) : System
typ string
리턴 System

ProtocolMessage() 공개 메소드

public ProtocolMessage ( string typ, int sq ) : System
typ string
sq int
리턴 System

프로퍼티 상세

seq 공개적으로 프로퍼티

public int seq
리턴 int