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