Click or drag to resize

IValue Interface

Version 94.4.20
Interface representing CefValue.

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 94.4.20.0 (94.4.20.0)
Syntax
public interface IValue : IDisposable

The IValue type exposes the following members.

Properties
  NameDescription
Public propertyType
Returns the underlying value type.
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodGetBool
Returns the underlying value as type bool.
Public methodGetDictionary
Returns the underlying value as type dictionary.
Public methodGetDouble
Returns the underlying value as type double.
Public methodGetInt
Returns the underlying value as type int.
Public methodGetList
Returns the underlying value as type list.
Public methodGetObject
Returns the underlying value converted to a managed object.
Public methodGetString
Returns the underlying value as type string.
Top
See Also