WebBrowserSiteBase Class

Definition

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 : IDisposable
public class WebBrowserSiteBase : IDisposable
type WebBrowserSiteBase = class
    interface UnsafeNativeMethods.IOleControlSite
    interface UnsafeNativeMethods.IOleClientSite
    interface UnsafeNativeMethods.IOleInPlaceSite
    interface UnsafeNativeMethods.ISimpleFrameSite
    interface UnsafeNativeMethods.IPropertyNotifySink
    interface IDisposable
type WebBrowserSiteBase = class
    interface IDisposable
type WebBrowserSiteBase = class
    interface Interop.Ole32.IOleControlSite
    interface Interop.Ole32.IOleInPlaceSite
    interface Interop.Ole32.IOleClientSite
    interface Interop.Ole32.ISimpleFrameSite
    interface Interop.Ole32.IPropertyNotifySink
    interface IDisposable
type WebBrowserSiteBase = class
    interface IOleControlSite.Interface
    interface IOleInPlaceSite.Interface
    interface IOleWindow.Interface
    interface IOleClientSite.Interface
    interface ISimpleFrameSite.Interface
    interface IPropertyNotifySink.Interface
    interface IDisposable
Public 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)

Applies to