Click or drag to resize
Llvm.NET LogoDebugMemberLayout Constructor

[This is preliminary documentation and is subject to change.]

Constructs a new DebugMemberLayout

Namespace:  Llvm.NET.DebugInfo
Assembly:  Llvm.NET (in Llvm.NET.dll) Version: 3.8.6158
Syntax
C#
public 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