CallFrameFunctionName Property |
Version 97.1.60
Name of the JavaScript function called on this call frame.
Namespace:
CefSharp.DevTools.Debugger
Assembly:
CefSharp (in CefSharp.dll) Version: 97.1.60.0 (97.1.60.0)
Syntax public string FunctionName { get; set; }
public:
property String^ FunctionName {
String^ get ();
void set (String^ value);
}
Property Value
Type:
StringSee Also