StructWriter Class

Vajhoej Record

Collapse imageExpand ImageCollapseAll imageExpandAll imageDropDown imageDropDownHover imageCopy imageCopyHover image
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  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
StructWriter()()()()
Construct instance of StructWriter with default buffer size.
StructWriter(Int32)
Construct instance of StructWriter.
Equals(Object)
Determines whether the specified Object is equal to the current 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.

Inheritance Hierarchy

System..::..Object
  Vajhoej.Record..::..StructWriter

See Also