C# 클래스 OpenIDE.Core.Commands.CommandMessage

파일 보기 프로젝트 열기: continuoustests/OpenIDE 1 사용 예제들

공개 메소드들

메소드 설명
CommandMessage ( string command, string correlationID, IEnumerable arguments ) : System
New ( string args ) : CommandMessage
ToString ( ) : string

비공개 메소드들

메소드 설명
getRemainingChunks ( List chunks ) : IEnumerable
splitMessage ( string message ) : List

메소드 상세

CommandMessage() 공개 메소드

public CommandMessage ( string command, string correlationID, IEnumerable arguments ) : System
command string
correlationID string
arguments IEnumerable
리턴 System

New() 공개 정적인 메소드

public static New ( string args ) : CommandMessage
args string
리턴 CommandMessage

ToString() 공개 메소드

public ToString ( ) : string
리턴 string