BaseVsaStartup 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 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.
用來啟動和重設基底 VSA 引擎。
public ref class BaseVsaStartup abstract
[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 abstract class BaseVsaStartup
[<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 BaseVsaStartup = class
Public MustInherit Class BaseVsaStartup
- 繼承
-
BaseVsaStartup
- 屬性
建構函式
BaseVsaStartup() |
建立這個類別的新物件。 |
欄位
site |
這個引擎的 VSA 網站。 |
方法
Equals(Object) |
判斷指定的物件是否等於目前的物件。 (繼承來源 Object) |
GetHashCode() |
做為預設雜湊函式。 (繼承來源 Object) |
GetType() |
取得目前執行個體的 Type。 (繼承來源 Object) |
MemberwiseClone() |
建立目前 Object 的淺層複製。 (繼承來源 Object) |
SetSite(IJSVsaSite) |
設定這個引擎的 VSA 網站。 |
Shutdown() |
用於引擎關機時執行作業。 |
Startup() |
用於引擎啟動時執行作業。 |
ToString() |
傳回代表目前物件的字串。 (繼承來源 Object) |