Constructor DebugMemberInfo
DebugMemberInfo(UInt32, String, DIFile, UInt32, IDebugType<ITypeRef, DIType>, DebugInfoFlags, DebugMemberLayout)
Initializes a new instance of the DebugMemberInfo class.
Declaration
public DebugMemberInfo(uint index, string name, DIFile file, uint line, IDebugType<ITypeRef, DIType> debugType, DebugInfoFlags debugInfoFlags = DebugInfoFlags.None, DebugMemberLayout explicitLayout = null)
Parameters
public DebugMemberInfo(uint index, string name, DIFile file, uint line, IDebugType<ITypeRef, DIType> debugType, DebugInfoFlags debugInfoFlags = DebugInfoFlags.None, DebugMemberLayout explicitLayout = null)
UInt32 | index | Member index |
String | name | Member name |
DIFile | file | File containing the declaration of the member |
UInt32 | line | Line number containing the member |
IDebugType<ITypeRef, DIType> | debugType | Debug type for the member |
DebugInfoFlags | debugInfoFlags | Flags for the member |
DebugMemberLayout | explicitLayout | Explicit layout information for this member, if any |