Click or drag to resize

V8CpuProfileNodeColumnNumber Property

Gets the 1-based column number of the start of the node's script function.

Namespace: Microsoft.ClearScript.V8
Assembly: ClearScript.V8 (in ClearScript.V8.dll) Version: 7.4.5
Syntax
public long ColumnNumber { get; }

Property Value

Int64
Remarks
A value of zero indicates that no column number is available.
See Also