WebBrowserSiteBase Class   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Implements the interfaces of an ActiveX site for use as a base class by the WebBrowser.WebBrowserSite class.
This API supports the product infrastructure and is not intended to be used directly from your code.
public ref class WebBrowserSiteBase : IDisposablepublic class WebBrowserSiteBase : IDisposabletype WebBrowserSiteBase = class
    interface UnsafeNativeMethods.IOleControlSite
    interface UnsafeNativeMethods.IOleClientSite
    interface UnsafeNativeMethods.IOleInPlaceSite
    interface UnsafeNativeMethods.ISimpleFrameSite
    interface UnsafeNativeMethods.IPropertyNotifySink
    interface IDisposabletype WebBrowserSiteBase = class
    interface IDisposabletype WebBrowserSiteBase = class
    interface IOleControlSite.Interface
    interface IOleInPlaceSite.Interface
    interface IOleWindow.Interface
    interface IOleClientSite.Interface
    interface ISimpleFrameSite.Interface
    interface IPropertyNotifySink.Interface
    interface IDisposabletype WebBrowserSiteBase = class
    interface Interop.Ole32.IOleControlSite
    interface Interop.Ole32.IOleInPlaceSite
    interface Interop.Ole32.IOleClientSite
    interface Interop.Ole32.ISimpleFrameSite
    interface Interop.Ole32.IPropertyNotifySink
    interface IDisposablePublic Class WebBrowserSiteBase
Implements IDisposable- Inheritance
- 
				WebBrowserSiteBase
- Derived
- Implements
Methods
| Dispose() | This API supports the product infrastructure and is not intended to be used directly from your code. Releases all resources used by the WebBrowserSiteBase. | 
| Dispose(Boolean) | This API supports the product infrastructure and is not intended to be used directly from your code. Releases the unmanaged resources used by the WebBrowserSiteBase and optionally releases the managed resources. | 
| Equals(Object) | Determines whether the specified object is equal to the current object.(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) | 
| ToString() | Returns a string that represents the current object.(Inherited from Object) |