IJavascriptObjectRepositoryUnRegister Method |
Version 101.0.180
UnRegister a bound object from the repository. If you unregister an object that is currently
bound in JavaScript then the method/property calls will fail.
Namespace:
CefSharp
Assembly:
CefSharp (in CefSharp.dll) Version: 101.0.180.0 (101.0.180.0)
Syntax bool UnRegister(
string name
)
bool UnRegister(
String^ name
)
Parameters
- name
- Type: SystemString
object name
Return Value
Type:
Booleanreturns true if the object was successfully unbound otherwise false.
See Also