V8CpuProfileNodeNodeId Property |
Gets the node's numeric identifier.
Namespace: Microsoft.ClearScript.V8Assembly: ClearScript.V8 (in ClearScript.V8.dll) Version: 7.4.5
Syntax public 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
UInt64Remarks
This value is unique within the profile.
See Also