 | DebugMemberLayout Constructor |
[This is preliminary documentation and is subject to change.]
Namespace:
Llvm.NET.DebugInfo
Assembly:
Llvm.NET (in Llvm.NET.dll) Version: 3.8.6158
Syntaxpublic DebugMemberLayout(
uint bitSize,
uint bitAlignment,
ulong bitOffset
)
Parameters
- bitSize
- Type: SystemUInt32
Size of the member in bits - bitAlignment
- Type: SystemUInt32
Alignment of the member in bits - bitOffset
- Type: SystemUInt64
Offset of the member in bits
See Also