StructWriter Class
From Vajhoej Record
| A Sandcastle Documented Class Library |
| StructWriter Class |
Class StructWriter writes a .NET object to a byte array as a native struct.
Namespace: Vajhoej.Record
Assembly: Record (in Record.dll) Version: 0.0.0.0
Syntax
| C# | Visual Basic | Visual C++ |
public class StructWriter
Public Class StructWriter
public ref class StructWriter
Members
| All Members | Constructors | Properties | Methods |
| Member | Description | |
|---|---|---|
| StructWriter()()()() |
Construct instance of StructWriter with default buffer size.
| |
| StructWriter(Int32) |
Construct instance of StructWriter.
| |
| 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.) | |
| Length |
The length.
| |
| 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.
|