V8CpuProfileNodeHitLines Property |
Gets the node's hit line collection.
Namespace: Microsoft.ClearScript.V8Assembly: ClearScript.V8 (in ClearScript.V8.dll) Version: 7.4.5
Syntax public IReadOnlyList<V8CpuProfileNodeHitLine> HitLines { get; }
Public ReadOnly Property HitLines As IReadOnlyList(Of V8CpuProfileNodeHitLine)
Get
public:
property IReadOnlyList<V8CpuProfileNodeHitLine>^ HitLines {
IReadOnlyList<V8CpuProfileNodeHitLine>^ get ();
}
member HitLines : IReadOnlyList<V8CpuProfileNodeHitLine> with get
Property Value
IReadOnlyListV8CpuProfileNodeHitLineRemarks
This property returns null if the node contains no hit lines.
See Also