Constructor DILocation
DILocation(Context, UInt32, UInt32, DILocalScope)
Initializes a new instance of the DILocation class.
Declaration
public DILocation(Context context, uint line, uint column, DILocalScope scope)
Parameters
public DILocation(Context context, uint line, uint column, DILocalScope scope)
Context | context | Context that owns this location |
UInt32 | line | line number for the location |
UInt32 | column | Column number for the location |
DILocalScope | scope | Containing scope for the location |
DILocation(Context, UInt32, UInt32, DILocalScope, DILocation)
Initializes a new instance of the DILocation class.
Declaration
public DILocation(Context context, uint line, uint column, DILocalScope scope, DILocation inlinedAt)
Parameters
public DILocation(Context context, uint line, uint column, DILocalScope scope, DILocation inlinedAt)
Context | context | Context that owns this location |
UInt32 | line | line number for the location |
UInt32 | column | Column number for the location |
DILocalScope | scope | Containing scope for the location |
DILocation | inlinedAt | Scope where this scope is inlined at/into |