V8CpuProfileNodeScriptId Property |
Gets the numeric identifier of the document containing the node's script function.
Namespace: Microsoft.ClearScript.V8Assembly: ClearScript.V8 (in ClearScript.V8.dll) Version: 7.4.5
Syntax public long ScriptId { get; set; }
Public Property ScriptId As Long
Get
Set
public:
property long long ScriptId {
long long get ();
void set (long long value);
}
member ScriptId : int64 with get, set
Property Value
Int64See Also