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