The CompactWriter type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
![]() | Write(Boolean) |
Writes value to the current stream and advances the stream position.
This method writes directly to the underlying stream.
|
![]() | Write(Byte) |
Writes value to the current stream and advances the stream position.
This method writes directly to the underlying stream.
|
![]() | Write(array<Byte>[]()[][]) |
Writes buffer to the current stream and advances the stream position.
This method writes directly to the underlying stream.
|
![]() | Write(Char) |
Writes ch to the current stream and advances the stream position.
This method writes directly to the underlying stream.
|
![]() | Write(array<Char>[]()[][]) |
Writes chars to the current stream and advances the stream position.
This method writes directly to the underlying stream.
|
![]() | Write(DateTime) |
Writes value to the current stream and advances the stream position.
This method writes directly to the underlying stream.
|
![]() | Write(Decimal) |
Writes value to the current stream and advances the stream position.
This method writes directly to the underlying stream.
|
![]() | Write(Double) |
Writes value to the current stream and advances the stream position.
This method writes directly to the underlying stream.
|
![]() | Write(Guid) |
Writes value to the current stream and advances the stream position.
This method writes directly to the underlying stream.
|
![]() | Write(Int16) |
Writes value to the current stream and advances the stream position.
This method writes directly to the underlying stream.
|
![]() | Write(Int32) |
Writes value to the current stream and advances the stream position.
This method writes directly to the underlying stream.
|
![]() | Write(Int64) |
Writes value to the current stream and advances the stream position.
This method writes directly to the underlying stream.
|
![]() | Write(SByte) |
Writes value to the current stream and advances the stream position.
This method writes directly to the underlying stream.
|
![]() | Write(Single) |
Writes value to the current stream and advances the stream position.
This method writes directly to the underlying stream.
|
![]() | Write(String) |
Writes value to the current stream and advances the stream position.
This method writes directly to the underlying stream.
|
![]() | Write(UInt16) |
Writes value to the current stream and advances the stream position.
This method writes directly to the underlying stream.
|
![]() | Write(UInt32) |
Writes value to the current stream and advances the stream position.
This method writes directly to the underlying stream.
|
![]() | Write(UInt64) |
Writes value to the current stream and advances the stream position.
This method writes directly to the underlying stream.
|
![]() | Write(array<Byte>[]()[][], Int32, Int32) |
Writes buffer to the current stream and advances the stream position.
This method writes directly to the underlying stream.
|
![]() | Write(array<Char>[]()[][], Int32, Int32) |
Writes chars to the current stream and advances the stream position.
This method writes directly to the underlying stream.
|
![]() | WriteObject |
Writes graph to the current stream and advances the stream position.
|
![]() | WriteObjectAs<(Of <<'(T>)>>) |