[This is preliminary documentation and is subject to change.]
Overload List
Name | Description | |
---|---|---|
SetValue(Int32, CefV8Value) |
Associates a value with the specified identifier and returns true on
success. Returns false if this method is called incorrectly or an exception
is thrown. For read-only values this method will return true even though
assignment failed.
| |
SetValue(String, CefV8AccessControl, CefV8PropertyAttribute) |
Registers an identifier and returns true on success. Access to the
identifier will be forwarded to the CefV8Accessor instance passed to
CefV8Value::CreateObject(). Returns false if this method is called
incorrectly or an exception is thrown. For read-only values this method
will return true even though assignment failed.
| |
SetValue(String, CefV8Value, CefV8PropertyAttribute) |
Associates a value with the specified identifier and returns true on
success. Returns false if this method is called incorrectly or an exception
is thrown. For read-only values this method will return true even though
assignment failed.
|
See Also