Constructor DebugMemberInfo
DebugMemberInfo(uint, string, DIFile?, uint, IDebugType<ITypeRef, DIType>, DebugInfoFlags, DebugMemberLayout?)
Initializes a new instance of the DebugMemberInfo class.
public DebugMemberInfo(uint index, string name, DIFile? file, uint line, IDebugType<ITypeRef, DIType> debugType, DebugInfoFlags debugInfoFlags = DebugInfoFlags.None, DebugMemberLayout? explicitLayout = null)
Parameters
index
uintMember index
name
stringMember name
file
DIFileFile containing the declaration of the member
line
uintLine number containing the member
debugType
IDebugType<ITypeRef, DIType>Debug type for the member
debugInfoFlags
DebugInfoFlagsFlags for the member
explicitLayout
DebugMemberLayoutExplicit layout information for this member, if any