VersionedBinaryWriter Methods

Visual Studio 2015
 

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

NameDescription
System_CAPS_pubmethodClose()

(Inherited from BinaryWriter.)

System_CAPS_pubmethodDispose()

(Inherited from BinaryWriter.)

System_CAPS_protmethodDispose(Boolean)

(Inherited from BinaryWriter.)

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodFlush()

(Inherited from BinaryWriter.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodSeek(Int32, SeekOrigin)

(Inherited from BinaryWriter.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

System_CAPS_pubmethodWrite(Boolean)

(Inherited from BinaryWriter.)

System_CAPS_pubmethodWrite(Byte)

(Inherited from BinaryWriter.)

System_CAPS_pubmethodWrite(array<Byte>^)

(Inherited from BinaryWriter.)

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

(Inherited from BinaryWriter.)

System_CAPS_pubmethodWrite(Char)

(Inherited from BinaryWriter.)

System_CAPS_pubmethodWrite(array<Char>^)

(Inherited from BinaryWriter.)

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

(Inherited from BinaryWriter.)

System_CAPS_pubmethodWrite(Decimal)

(Inherited from BinaryWriter.)

System_CAPS_pubmethodWrite(Double)

(Inherited from BinaryWriter.)

System_CAPS_pubmethodWrite(Int16)

(Inherited from BinaryWriter.)

System_CAPS_pubmethodWrite(Int32)

(Inherited from BinaryWriter.)

System_CAPS_pubmethodWrite(Int64)

(Inherited from BinaryWriter.)

System_CAPS_pubmethodWrite(SByte)

(Inherited from BinaryWriter.)

System_CAPS_pubmethodWrite(Single)

(Inherited from BinaryWriter.)

System_CAPS_pubmethodWrite(String^)

(Inherited from BinaryWriter.)

System_CAPS_pubmethodWrite(UInt16)

(Inherited from BinaryWriter.)

System_CAPS_pubmethodWrite(UInt32)

(Inherited from BinaryWriter.)

System_CAPS_pubmethodWrite(UInt64)

(Inherited from BinaryWriter.)

System_CAPS_protmethodWrite7BitEncodedInt(Int32)

(Inherited from BinaryWriter.)

System_CAPS_pubmethodWriteVersioned(Int32, VersionedBinaryWriter::WriteCallback^)

Writes versioning header to a stream, the calls a delegate to write the rest of the data.

NameDescription
System_CAPS_pubmethodWrite(Guid)

Overloaded. (Defined by SerializationExtensions.)

System_CAPS_pubmethodWrite(Int16Size)

Overloaded. Writes an Int16Size to writer.(Defined by SerializationExtensions.)

System_CAPS_pubmethodWrite(Nullable<Boolean>)

Overloaded. Writes a bool? to writer.(Defined by SerializationExtensions.)

System_CAPS_pubmethodWrite(Nullable<Char>)

Overloaded. Writes a char? to writer.(Defined by SerializationExtensions.)

System_CAPS_pubmethodWrite(Nullable<Double>)

Overloaded. Writes a double? to writer.(Defined by SerializationExtensions.)

System_CAPS_pubmethodWrite(Nullable<Int16>)

Overloaded. Writes a short? to writer.(Defined by SerializationExtensions.)

System_CAPS_pubmethodWrite(Nullable<Int32>)

Overloaded. Writes a int? to writer.(Defined by SerializationExtensions.)

System_CAPS_pubmethodWrite(Nullable<Int64>)

Overloaded. Writes a long? to writer.(Defined by SerializationExtensions.)

System_CAPS_pubmethodWrite(Nullable<Single>)

Overloaded. Writes a float? to writer.(Defined by SerializationExtensions.)

System_CAPS_pubmethodWrite(Nullable<UInt16>)

Overloaded. Writes a ushort? to writer.(Defined by SerializationExtensions.)

System_CAPS_pubmethodWrite(Nullable<UInt32>)

Overloaded. Writes a uint? to writer.(Defined by SerializationExtensions.)

System_CAPS_pubmethodWrite(Nullable<UInt64>)

Overloaded. Writes a ulong? to writer.(Defined by SerializationExtensions.)

System_CAPS_pubmethodWrite(Size)

Overloaded. Writes a Size to writer.(Defined by SerializationExtensions.)

System_CAPS_pubmethodWrite(Size)

Overloaded. Writes a Size to writer.(Defined by SerializationExtensions.)

Return to top
Show: