Property DIBuilder
DIBuilder
Gets the DebugInfoBuilder used to create debug information for this module
Declaration
public DebugInfoBuilder DIBuilder { get; }
Property Value
public DebugInfoBuilder DIBuilder { get; }
DebugInfoBuilder |
Remarks
The builder returned from this property is lazy constructed on first access so doesn't consume resources unless used.