VersionedBinaryReader Methods

Visual Studio 2015
 

Namespace:   Microsoft.VisualStudio.Utilities
Assembly:  Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)

NameDescription
System_CAPS_pubmethodClose()

(Inherited from BinaryReader.)

System_CAPS_pubmethodDispose()

(Inherited from BinaryReader.)

System_CAPS_protmethodDispose(Boolean)

(Inherited from BinaryReader.)

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFillBuffer(Int32)

(Inherited from BinaryReader.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodPeekChar()

(Inherited from BinaryReader.)

System_CAPS_pubmethodRead()

(Inherited from BinaryReader.)

System_CAPS_pubmethodRead(array<Byte>^, Int32, Int32)

(Inherited from BinaryReader.)

System_CAPS_pubmethodRead(array<Char>^, Int32, Int32)

(Inherited from BinaryReader.)

System_CAPS_protmethodRead7BitEncodedInt()

(Inherited from BinaryReader.)

System_CAPS_pubmethodReadBoolean()

(Inherited from BinaryReader.)

System_CAPS_pubmethodReadByte()

(Inherited from BinaryReader.)

System_CAPS_pubmethodReadBytes(Int32)

(Inherited from BinaryReader.)

System_CAPS_pubmethodReadChar()

(Inherited from BinaryReader.)

System_CAPS_pubmethodReadChars(Int32)

(Inherited from BinaryReader.)

System_CAPS_pubmethodReadDecimal()

(Inherited from BinaryReader.)

System_CAPS_pubmethodReadDouble()

(Inherited from BinaryReader.)

System_CAPS_pubmethodReadInt16()

(Inherited from BinaryReader.)

System_CAPS_pubmethodReadInt32()

(Inherited from BinaryReader.)

System_CAPS_pubmethodReadInt64()

(Inherited from BinaryReader.)

System_CAPS_pubmethodReadSByte()

(Inherited from BinaryReader.)

System_CAPS_pubmethodReadSingle()

(Inherited from BinaryReader.)

System_CAPS_pubmethodReadString()

(Inherited from BinaryReader.)

System_CAPS_pubmethodReadUInt16()

(Inherited from BinaryReader.)

System_CAPS_pubmethodReadUInt32()

(Inherited from BinaryReader.)

System_CAPS_pubmethodReadUInt64()

(Inherited from BinaryReader.)

System_CAPS_pubmethodReadVersioned(Int32, VersionedBinaryReader::MultiVersionReadCallback^)

Reads from the base stream, with version checking.

System_CAPS_pubmethodReadVersioned(Int32, VersionedBinaryReader::ReadCallback^, Boolean)

Reads from the base stream, with version checking.

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubmethodReadDrawingSize()

Reads a Size struct from reader.(Defined by SerializationExtensions.)

System_CAPS_pubmethodReadGuid()
System_CAPS_pubmethodReadInt16Size()

Reads a Int16Size struct from reader.(Defined by SerializationExtensions.)

System_CAPS_pubmethodReadNullableBoolean()

Reads a bool? from reader.(Defined by SerializationExtensions.)

System_CAPS_pubmethodReadNullableChar()

Reads a char? from reader.(Defined by SerializationExtensions.)

System_CAPS_pubmethodReadNullableDouble()

Reads a double? from reader.(Defined by SerializationExtensions.)

System_CAPS_pubmethodReadNullableInt16()

Reads a short? from reader.(Defined by SerializationExtensions.)

System_CAPS_pubmethodReadNullableInt32()

Reads a int? from reader.(Defined by SerializationExtensions.)

System_CAPS_pubmethodReadNullableInt64()

Reads a long? from reader.(Defined by SerializationExtensions.)

System_CAPS_pubmethodReadNullableSingle()

Reads a float? from reader.(Defined by SerializationExtensions.)

System_CAPS_pubmethodReadNullableUInt16()

Reads a ushort? from reader.(Defined by SerializationExtensions.)

System_CAPS_pubmethodReadNullableUInt32()

Reads a uint? from reader.(Defined by SerializationExtensions.)

System_CAPS_pubmethodReadNullableUInt64()

Reads a ulong? from reader.(Defined by SerializationExtensions.)

System_CAPS_pubmethodReadWindowsSize()

Reads a Size struct from reader.(Defined by SerializationExtensions.)

Return to top
Show: