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