WindowInfo Methods | 
The WindowInfo type exposes the following members.
| Name | Description | |
|---|---|---|
| Create | 
            Create a new IWindowInfo instance
              | |
| Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.  | |
| Equals | Determines whether the specified object is equal to the current object.  (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.  (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function.  (Inherited from Object.) | |
| GetType | Gets the Type of the current instance.  (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object.  (Inherited from Object.) | |
| SetAsChild(IntPtr) | 
            Create the browser as a child window.
            Calls GetClientRect(Hwnd) to obtain the window bounds
              | |
| SetAsChild(IntPtr, Rect) | 
            Create the browser as a child window.
              | |
| SetAsChild(IntPtr, Int32, Int32, Int32, Int32) | 
            Create the browser as a child window.
              | |
| SetAsPopup | 
            Create the browser as a popup window.
              | |
| SetAsWindowless | 
            Create the browser using windowless (off-screen) rendering.
            No window will be created for the browser and all rendering will occur via the CefRenderHandler interface. This window will automatically be transparent unless a colored backgrond is set in the browser settings.
              | |
| ToString | Returns a string that represents the current object.  (Inherited from Object.) | |
| UnWrap |