GacInstalled 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 GacInstalled 類別的新執行個體。
public:
GacInstalled();
public GacInstalled ();
Public Sub New ()
範例
下列程式碼範例示範建構函式的使用 GacInstalled 方式。 此範例是針對 類別提供的較大範例的 GacInstalled 一部分。
GacInstalled ^ myGacInstalled = gcnew GacInstalled;
GacInstalled myGacInstalled = new GacInstalled();
Dim myGacInstalled As New GacInstalled
備註
建構函式不會設定屬性值, GacInstalled 因為物件沒有屬性。