C# 클래스 RemoteClass.Marshaler

상속: ZNet.Marshaler
파일 보기 프로젝트 열기: hothoty/Zero

공개 메소드들

메소드 설명
Read ( ZNet msg, CUserClass &b ) : void
Read ( ZNet msg, Int32>.Dictionary &p ) : void
Read ( ZNet msg, ZNet.MasterInfo>.Dictionary &b ) : void
Write ( ZNet msg, CUserClass b ) : void
Write ( ZNet msg, Int32>.Dictionary p ) : void
Write ( ZNet msg, ZNet.MasterInfo>.Dictionary b ) : void

메소드 상세

Read() 공개 정적인 메소드

public static Read ( ZNet msg, CUserClass &b ) : void
msg ZNet
b CUserClass
리턴 void

Read() 공개 정적인 메소드

public static Read ( ZNet msg, Int32>.Dictionary &p ) : void
msg ZNet
p Int32>.Dictionary
리턴 void

Read() 공개 정적인 메소드

public static Read ( ZNet msg, ZNet.MasterInfo>.Dictionary &b ) : void
msg ZNet
b ZNet.MasterInfo>.Dictionary
리턴 void

Write() 공개 정적인 메소드

public static Write ( ZNet msg, CUserClass b ) : void
msg ZNet
b CUserClass
리턴 void

Write() 공개 정적인 메소드

public static Write ( ZNet msg, Int32>.Dictionary p ) : void
msg ZNet
p Int32>.Dictionary
리턴 void

Write() 공개 정적인 메소드

public static Write ( ZNet msg, ZNet.MasterInfo>.Dictionary b ) : void
msg ZNet
b ZNet.MasterInfo>.Dictionary
리턴 void