共用方式為


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 因為物件沒有屬性。

適用於