BaseVsaSite クラス

定義

注意事項

Use of this type is not recommended because it is being deprecated in Visual Studio 2005; there will be no replacement for this feature. Please see the ICodeCompiler documentation for additional help.

ホストとスクリプト エンジン間の通信を有効にします。

public ref class BaseVsaSite : Microsoft::JScript::Vsa::IJSVsaSite
[System.Obsolete("Use of this type is not recommended because it is being deprecated in Visual Studio 2005; there will be no replacement for this feature. Please see the ICodeCompiler documentation for additional help.")]
public class BaseVsaSite : Microsoft.JScript.Vsa.IJSVsaSite
[<System.Obsolete("Use of this type is not recommended because it is being deprecated in Visual Studio 2005; there will be no replacement for this feature. Please see the ICodeCompiler documentation for additional help.")>]
type BaseVsaSite = class
    interface IJSVsaSite
Public Class BaseVsaSite
Implements IJSVsaSite
継承
BaseVsaSite
属性
実装

コンストラクター

BaseVsaSite()
古い.

新しいサイトを作成します。

プロパティ

Assembly
古い.

このサイトのアセンブリ。

DebugInfo
古い.

このサイトのデバッグ情報。

メソッド

Equals(Object)
古い.

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

(継承元 Object)
GetCompiledState(Byte[], Byte[])
古い.

このサイトのアセンブリ情報とデバッグ情報を設定します。

GetEventSourceInstance(String, String)
古い.

AddEventSource(String, String) メソッドを使用してスクリプト エンジンに追加されたイベント ソースへの参照を取得します。

GetGlobalInstance(String)
古い.

ホストが提供するアプリケーション オブジェクトなど、グローバル項目への参照を取得します。

GetHashCode()
古い.

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

(継承元 Object)
GetType()
古い.

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

(継承元 Object)
MemberwiseClone()
古い.

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

(継承元 Object)
Notify(String, Object)
古い.

スクリプト エンジンで生成されたイベントについて、ホストに通知します。

OnCompilerError(IJSVsaError)
古い.

スクリプト エンジンで発生したコンパイラ エラーに応答する方法について、ホストに通知します。

ToString()
古い.

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

(継承元 Object)

適用対象