Click or drag to resize

IValue Interface

Version 130.1.90
Interface representing CefValue.

Namespace: CefSharp
Assembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.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 methodDisposePerforms 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