Click or drag to resize

V8Extension Class

Version 81.3.100
Represents a new V8 extension to be registered.
Inheritance Hierarchy
SystemObject
  CefSharpV8Extension

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 81.3.100.0 (81.3.100.0)
Syntax
public sealed class V8Extension

The V8Extension type exposes the following members.

Constructors
  NameDescription
Public methodV8Extension
Creates a new CwefExtension instance with a given name.
Top
Properties
  NameDescription
Public propertyJavascriptCode
Gets the javascript extension code
Public propertyName
Gets the name of the extension.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Overrides ObjectEquals(Object).)
Public methodGetHashCode
Serves as the default hash function.
(Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also