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