Click or drag to resize
Llvm.NET LogoDebugStructTypeSetBody Method (Boolean, NativeModule, DIScope, DIFile, UInt32, DebugInfoFlags, IEnumerableDebugMemberInfo)

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

Namespace:  Llvm.NET.DebugInfo
Assembly:  Llvm.NET (in Llvm.NET.dll) Version: 3.8.6158
Syntax
C#
public void SetBody(
	bool packed,
	NativeModule module,
	DIScope scope,
	DIFile diFile,
	uint line,
	DebugInfoFlags debugFlags,
	IEnumerable<DebugMemberInfo> debugElements
)

Parameters

packed
Type: SystemBoolean
module
Type: Llvm.NETNativeModule
scope
Type: Llvm.NET.DebugInfoDIScope
diFile
Type: Llvm.NET.DebugInfoDIFile
line
Type: SystemUInt32
debugFlags
Type: Llvm.NET.DebugInfoDebugInfoFlags
debugElements
Type: System.Collections.GenericIEnumerableDebugMemberInfo
See Also