StructWriter Methods
From Vajhoej Record
| A Sandcastle Documented Class Library |
| StructWriter Methods |
The StructWriter type exposes the following methods.
Methods
| Member | Description | |
|---|---|---|
| Equals(Object) | (Inherited from Object.) | |
| Extend(Int32) |
Extend capacity.
| |
| Finalize()()()() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetBytes()()()() |
Get bytes.
| |
| 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()()()() | Returns a string that represents the current object. (Inherited from Object.) | |
| Write(Object) |
Write.
| |
| Write(Object, LengthProvider) |
Write.
| |
| Write(Object, LengthProvider, MaxLengthProvider) |
Write.
| |
| Write(Object, LengthProvider, MaxLengthProvider, ElementsProvider) |
Write.
| |
| Write(Object, LengthProvider, MaxLengthProvider, ElementsProvider, ConvertSelector) |
Write.
|