C# 클래스 Tce.RpcExtraData

파일 보기 프로젝트 열기: adoggie/TCE

공개 메소드들

메소드 설명
RpcExtraData ( ) : System
datasize ( ) : int
getProperties ( ) : string>.Dictionary
getPropertyValue ( string key ) : string
marshall ( Stream d ) : bool
setProperties ( string>.Dictionary props ) : RpcExtraData
setPropertyValue ( String key, String value ) : void
size ( ) : int
unmarshall ( Stream d ) : bool

메소드 상세

RpcExtraData() 공개 메소드

public RpcExtraData ( ) : System
리턴 System

datasize() 공개 메소드

public datasize ( ) : int
리턴 int

getProperties() 공개 메소드

public getProperties ( ) : string>.Dictionary
리턴 string>.Dictionary

getPropertyValue() 공개 메소드

public getPropertyValue ( string key ) : string
key string
리턴 string

marshall() 공개 메소드

public marshall ( Stream d ) : bool
d Stream
리턴 bool

setProperties() 공개 메소드

public setProperties ( string>.Dictionary props ) : RpcExtraData
props string>.Dictionary
리턴 RpcExtraData

setPropertyValue() 공개 메소드

public setPropertyValue ( String key, String value ) : void
key String
value String
리턴 void

size() 공개 메소드

public size ( ) : int
리턴 int

unmarshall() 공개 메소드

public unmarshall ( Stream d ) : bool
d Stream
리턴 bool