StructInfo Class

Vajhoej Record

Collapse imageExpand ImageCollapseAll imageExpandAll imageDropDown imageDropDownHover imageCopy imageCopyHover image
Class StructInfo contains information about a native struct needed for reading and/or writing.

Namespace: Vajhoej.Record
Assembly: Record (in Record.dll) Version: 0.0.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public class StructInfo
Public Class StructInfo
public ref class StructInfo

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
StructInfo(Endian, Alignment, Boolean, IList<(Of <<'(FieldInfo>)>>), Type)
Create instance of StructInfo.
Alignment
Alignment.
Analyze(Type)
Analyze class.
Endianess
Endianess.
Endpad
Pad at end.
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Fields
Fields.
Finalize()()()()
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
FixedLength
Fixed length struct.
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
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.)

Inheritance Hierarchy

System..::..Object
  Vajhoej.Record..::..StructInfo

See Also