Click or drag to resize

CefSettings Methods

Version 75.1.140

The CefSettings type exposes the following members.

Methods
  NameDescription
Public methodDisableGpuAcceleration
Set command line argument to disable GPU Acceleration, this will disable WebGL.
(Inherited from AbstractCefSettings.)
Public methodDispose (Inherited from AbstractCefSettings.)
Protected methodDispose(Boolean) (Inherited from AbstractCefSettings.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize (Inherited from AbstractCefSettings.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRegisterExtension
Register a new V8 extension with the specified JavaScript extension code
(Inherited from AbstractCefSettings.)
Public methodRegisterScheme
Registers a custom scheme using the provided settings.
(Inherited from AbstractCefSettings.)
Public methodSetOffScreenRenderingBestPerformanceArgs
Set command line arguments for best OSR (Offscreen and WPF) Rendering performance This will disable WebGL, look at the source to determine which flags best suite your requirements.
(Inherited from AbstractCefSettings.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also