C# Class ProtoBuf.Remoting.ProtobufMessageReader

Afficher le fichier Open project: vadimskipin/Protobuf.Remoting Class Usage Examples

Méthodes publiques

Méthode Description
ProtobufMessageReader ( MethodInfo method ) : System
Read ( Stream stream ) : void

Private Methods

Méthode Description
GetTaggedValueType ( int tag ) : Type
GetValue ( Type type, object value ) : object
GetValueType ( Type type ) : Type

Method Details

ProtobufMessageReader() public méthode

public ProtobufMessageReader ( MethodInfo method ) : System
method System.Reflection.MethodInfo
Résultat System

Read() public méthode

public Read ( Stream stream ) : void
stream Stream
Résultat void