




























| ![]() C# Visual Basic Visual C++ |
| A Sandcastle Documented Class Library |
| StructInfo Class |
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 ![]() |
| Member | Description | |
|---|---|---|
![]() | 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) | (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.) |






