GacInstalled コンストラクター

定義

GacInstalled クラスの新しいインスタンスを初期化します。

public:
 GacInstalled();
public GacInstalled ();
Public Sub New ()

次のコード例は、 コンストラクターの使用方法を GacInstalled 示しています。 この例は、 クラスに対して提供される大きな例の GacInstalled 一部です。

GacInstalled ^ myGacInstalled = gcnew GacInstalled;
GacInstalled myGacInstalled = new GacInstalled();
Dim myGacInstalled As New GacInstalled

注釈

コンストラクターは、オブジェクトにプロパティがないため、プロパティ値を GacInstalled 設定しません。

適用対象