BaseVsaSite 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
警告
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) |