Метод |
Описание |
|
GetOp ( ) : ObjectProgress |
|
|
PutOp ( ObjectProgress op ) : void |
|
|
ReadArray ( BinaryHeaderEnum binaryHeaderEnum ) : void |
|
|
ReadArrayAsBytes ( ParseRecord pr ) : void |
|
|
ReadAssembly ( BinaryHeaderEnum binaryHeaderEnum ) : void |
|
|
ReadBegin ( ) : void |
|
|
ReadBoolean ( ) : bool |
|
|
ReadByte ( ) : Byte |
|
|
ReadBytes ( int length ) : Byte[] |
|
|
ReadBytes ( byte byteA, int offset, int size ) : void |
|
|
ReadChar ( ) : Char |
|
|
ReadChars ( int length ) : Char[] |
|
|
ReadCrossAppDomainMap ( ) : void |
|
|
ReadDateTime ( ) : System.DateTime |
|
|
ReadDecimal ( ) : Decimal |
|
|
ReadDouble ( ) : Double |
|
|
ReadEnd ( ) : void |
|
|
ReadInt16 ( ) : Int16 |
|
|
ReadInt32 ( ) : Int32 |
|
|
ReadInt64 ( ) : System.Int64 |
|
|
ReadMemberPrimitiveTyped ( ) : void |
|
|
ReadMemberPrimitiveUnTyped ( ) : void |
|
|
ReadMemberReference ( ) : void |
|
|
ReadMessageEnd ( ) : void |
|
|
ReadMethodObject ( BinaryHeaderEnum binaryHeaderEnum ) : void |
|
|
ReadObject ( ) : void |
|
|
ReadObjectNull ( BinaryHeaderEnum binaryHeaderEnum ) : void |
|
|
ReadObjectString ( BinaryHeaderEnum binaryHeaderEnum ) : void |
|
|
ReadObjectWithMap ( BinaryHeaderEnum binaryHeaderEnum ) : void |
|
|
ReadObjectWithMap ( BinaryObjectWithMap record ) : void |
|
|
ReadObjectWithMapTyped ( BinaryHeaderEnum binaryHeaderEnum ) : void |
|
|
ReadObjectWithMapTyped ( BinaryObjectWithMapTyped record ) : void |
|
|
ReadSByte ( ) : SByte |
|
|
ReadSerializationHeaderRecord ( ) : void |
|
|
ReadSingle ( ) : System.Single |
|
|
ReadString ( ) : String |
|
|
ReadTimeSpan ( ) : System.TimeSpan |
|
|
ReadUInt16 ( ) : UInt16 |
|
|
ReadUInt32 ( ) : UInt32 |
|
|
ReadUInt64 ( ) : System.UInt64 |
|
|
ReadValue ( InternalPrimitiveTypeE code ) : Object |
|
|
Run ( ) : void |
|
|
__BinaryParser ( Stream stream, ObjectReader objectReader ) : System |
|
|