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
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.")]
public abstract class BaseVsaStartup
type BaseVsaStartup = class
[<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() |
已淘汰.
初始化 BaseVsaStartup 類別的新執行個體。 |
欄位
site |
已淘汰.
指定啟動引擎的網站。 |
方法
Equals(Object) |
已淘汰.
判斷指定的物件是否等於目前的物件。 (繼承來源 Object) |
GetHashCode() |
已淘汰.
做為預設雜湊函式。 (繼承來源 Object) |
GetType() |
已淘汰.
取得目前執行個體的 Type。 (繼承來源 Object) |
MemberwiseClone() |
已淘汰.
建立目前 Object 的淺層複製。 (繼承來源 Object) |
SetSite(IVsaSite) |
已淘汰.
設定這個引擎的 VSA 網站。 |
Shutdown() |
已淘汰.
於引擎關機時執行作業。 |
Startup() |
已淘汰.
於引擎啟動時執行作業。 |
ToString() |
已淘汰.
傳回代表目前物件的字串。 (繼承來源 Object) |