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