Method CreateLexicalBlock
CreateLexicalBlock(DIScope?, DIFile?, uint, uint)
Creates a new DILexicalBlock
public DILexicalBlock CreateLexicalBlock(DIScope? scope, DIFile? file, uint line, uint column)
Parameters
scope
DIScopeDIScope for the block
file
DIFileDIFile containing the block
line
uintStarting line number for the block
column
uintStarting column for the block
Returns
- DILexicalBlock
DILexicalBlock created from the parameters