V8CpuProfileNodeColumnNumber Property |
Gets the 1-based column number of the start of the node's script function.
Namespace: Microsoft.ClearScript.V8Assembly: ClearScript.V8 (in ClearScript.V8.dll) Version: 7.4.5
Syntax public long ColumnNumber { get; }
Public ReadOnly Property ColumnNumber As Long
Get
public:
property long long ColumnNumber {
long long get ();
}
member ColumnNumber : int64 with get
Property Value
Int64Remarks
A value of zero indicates that no column number is available.
See Also