IJavascriptObjectRepositoryUnRegister Method |
Version 98.1.210
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: 98.1.210.0 (98.1.210.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