Method SetBody
SetBody(IDIBuilder, DIScope?, DIFile?, uint, DebugInfoFlags, IEnumerable<DebugMemberInfo>)
Sets the body of the union type
public void SetBody(IDIBuilder diBuilder, DIScope? scope, DIFile? file, uint line, DebugInfoFlags debugFlags, IEnumerable<DebugMemberInfo> debugElements)
Parameters
diBuilder
IDIBuilderDebug information to use
scope
DIScopeScope containing this type
file
DIFileFile for the type
line
uintline number for the type
debugFlags
DebugInfoFlagsFlags for the type
debugElements
IEnumerable<DebugMemberInfo>Descriptors for each element in the type