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::Vsa::IVsaSite
public class BaseVsaSite : Microsoft.Vsa.IVsaSite
[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.Vsa.IVsaSite
type BaseVsaSite = class
    interface IVsaSite
[<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 IVsaSite
Public Class BaseVsaSite
Implements IVsaSite
継承
BaseVsaSite
属性
実装

コンストラクター

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(IVsaError)
古い.

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

ToString()
古い.

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

(継承元 Object)

適用対象