V8CpuProfileSampleNode Property |
Gets the sample's node within the profile's call tree.
Namespace: Microsoft.ClearScript.V8Assembly: ClearScript.V8 (in ClearScript.V8.dll) Version: 7.4.5
Syntax public V8CpuProfileNode Node { get; }
Public ReadOnly Property Node As V8CpuProfileNode
Get
public:
property V8CpuProfileNode^ Node {
V8CpuProfileNode^ get ();
}
member Node : V8CpuProfileNode with get
Property Value
V8CpuProfileNodeSee Also