V8CpuProfileNodeFunctionName Property |
Gets the name of the node's script function.
Namespace:
Microsoft.ClearScript.V8
Assembly:
ClearScript.V8 (in ClearScript.V8.dll) Version: 7.2.4
Syntaxpublic string FunctionName { get; }
Public ReadOnly Property FunctionName As String
Get
public:
property String^ FunctionName {
String^ get ();
}
member FunctionName : string with get
Property Value
Type:
String
See Also