GacInstalled Constructeur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Initialise une nouvelle instance de la classe GacInstalled.
public:
GacInstalled();
public GacInstalled ();
Public Sub New ()
Exemples
L’exemple de code suivant montre l’utilisation du GacInstalled constructeur. Cet exemple fait partie d’un exemple plus grand fourni pour la GacInstalled classe.
GacInstalled ^ myGacInstalled = gcnew GacInstalled;
GacInstalled myGacInstalled = new GacInstalled();
Dim myGacInstalled As New GacInstalled
Remarques
Le constructeur définit aucune valeur de propriété, car un GacInstalled objet n’a pas de propriétés.