CefFrame ClassXilium.CefGlue

[This is preliminary documentation and is subject to change.]

Class used to represent a frame in the browser window. When used in the browser process the methods of this class may be called on any thread unless otherwise indicated in the comments. When used in the render process the methods of this class may only be called on the main thread.
Inheritance Hierarchy

OnlineSystem Object
  Xilium.CefGlue CefFrame

Namespace: Xilium.CefGlue
Assembly: Xilium.CefGlue (in Xilium.CefGlue.dll) Version: 3.2272.2035.0 (3.2272.2035.0)
Syntax

public sealed class CefFrame : IDisposable
See Also