C# 클래스 ProtoBuf.Remoting.ProtobufMessageReader

파일 보기 프로젝트 열기: vadimskipin/Protobuf.Remoting 1 사용 예제들

공개 메소드들

메소드 설명
ProtobufMessageReader ( MethodInfo method ) : System
Read ( Stream stream ) : void

비공개 메소드들

메소드 설명
GetTaggedValueType ( int tag ) : Type
GetValue ( Type type, object value ) : object
GetValueType ( Type type ) : Type

메소드 상세

ProtobufMessageReader() 공개 메소드

public ProtobufMessageReader ( MethodInfo method ) : System
method System.Reflection.MethodInfo
리턴 System

Read() 공개 메소드

public Read ( Stream stream ) : void
stream Stream
리턴 void