Constructor DebugMemberLayout
DebugMemberLayout(UInt64, UInt32, UInt64)
Initializes a new instance of the DebugMemberLayout class.
Declaration
public DebugMemberLayout(ulong bitSize, uint bitAlignment, ulong bitOffset)
Parameters
public DebugMemberLayout(ulong bitSize, uint bitAlignment, ulong bitOffset)
UInt64 | bitSize | Size of the member in bits |
UInt32 | bitAlignment | Alignment of the member in bits |
UInt64 | bitOffset | Offset of the member in bits |