BaseVsaStartup クラス

定義

注意事項

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)

適用対象