ILDebugPoint Type
Instance members
Instance member |
Description
|
Full Usage:
this.Column
Returns: int
|
|
|
|
Full Usage:
this.EndColumn
Returns: int
|
|
Full Usage:
this.EndLine
Returns: int
|
|
Full Usage:
this.Line
Returns: int
|
|
Static members
Static member |
Description
|
Full Usage:
ILDebugPoint.Create(document, line, column, endLine, endColumn)
Parameters:
ILSourceDocument
line : int
column : int
endLine : int
endColumn : int
Returns: ILDebugPoint
|
|