Click or drag to resize

V8CpuProfileNodeHitLines Property

Gets the node's hit line collection.

Namespace:  Microsoft.ClearScript.V8
Assembly:  ClearScript.V8 (in ClearScript.V8.dll) Version: 7.3.1
Syntax
public IReadOnlyList<V8CpuProfileNodeHitLine> HitLines { get; }

Property Value

Type: IReadOnlyListV8CpuProfileNodeHitLine
Remarks
This property returns null if the node contains no hit lines.
See Also