Share via


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 (字串, 字串) 方法新增至指令碼引擎。

GetGlobalInstance(String)
已淘汰.

取得全域項目的參考,例如主機提供的應用程式物件。

GetHashCode()
已淘汰.

做為預設雜湊函式。

(繼承來源 Object)
GetType()
已淘汰.

取得目前執行個體的 Type

(繼承來源 Object)
MemberwiseClone()
已淘汰.

建立目前 Object 的淺層複製。

(繼承來源 Object)
Notify(String, Object)
已淘汰.

告知主機有關指令碼引擎所產生的事件。

OnCompilerError(IVsaError)
已淘汰.

通知主機如何回應指令碼引擎所遇到的編譯器錯誤。

ToString()
已淘汰.

傳回代表目前物件的字串。

(繼承來源 Object)

適用於