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
- 屬性
- 實作
建構函式
| 名稱 | Description |
|---|---|
| BaseVsaSite() |
已淘汰.
建立一個新網站。 |
屬性
| 名稱 | Description |
|---|---|
| Assembly |
已淘汰.
為本網站舉辦的集會。 |
| DebugInfo |
已淘汰.
本網站的除錯資訊。 |
方法
| 名稱 | Description |
|---|---|
| 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) |