WebBrowserSiteBase クラス

定義

WebBrowser.WebBrowserSite クラスにより、基本クラスとして使用するための ActiveX サイトのインターフェイスを実装します。

この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。

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
継承
WebBrowserSiteBase
派生
実装

メソッド

Dispose()

この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。

WebBrowserSiteBase によって使用されているすべてのリソースを解放します。

Dispose(Boolean)

この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。

WebBrowserSiteBase によって使用されているアンマネージド リソースを解放し、オプションでマネージド リソースも解放します。

Equals(Object)

この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。

指定されたオブジェクトが現在のオブジェクトと等しいかどうかを判断します。

(継承元 Object)
GetHashCode()

この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。

既定のハッシュ関数として機能します。

(継承元 Object)
GetType()

この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。

現在のインスタンスの Type を取得します。

(継承元 Object)
MemberwiseClone()

この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。

現在の Object の簡易コピーを作成します。

(継承元 Object)
ToString()

この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。

現在のオブジェクトを表す文字列を返します。

(継承元 Object)

適用対象