Click or drag to resize

V8Extension Class

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

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 75.1.140.0 (75.1.140.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
See Also