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
indexuintMember index
namestringMember name
fileDIFileFile containing the declaration of the member
lineuintLine number containing the member
debugTypeIDebugType<ITypeRef, DIType>Debug type for the member
debugInfoFlagsDebugInfoFlagsFlags for the member
explicitLayoutDebugMemberLayoutExplicit layout information for this member, if any