V8CpuProfile.Node.NodeId Property |
Gets the node's numeric identifier.
Namespace: Microsoft.ClearScript.V8Assembly: ClearScript.V8 (in ClearScript.V8.dll) Version: 7.5.0
Syntaxpublic ulong NodeId { get; set; }
Public Property NodeId As ULong
Get
Set
public:
property unsigned long long NodeId {
unsigned long long get ();
void set (unsigned long long value);
}
member NodeId : uint64 with get, set
Property Value
UInt64
Remarks
This value is unique within the profile.
See Also