Partager via


_Assembly.GlobalAssemblyCache Propriété

Définition

Fournit aux objets COM un accès indépendant de la version à la GlobalAssemblyCache propriété.

public:
 property bool GlobalAssemblyCache { bool get(); };
public bool GlobalAssemblyCache { get; }
member this.GlobalAssemblyCache : bool
Public ReadOnly Property GlobalAssemblyCache As Boolean

Valeur de propriété

true si l’assembly a été chargé à partir du Global Assembly Cache ; sinon, false.

Remarques

Cette méthode permet d’accéder aux classes managées à partir de code non managé et ne doit pas être appelée à partir du code managé.

La GlobalAssemblyCache propriété obtient une valeur indiquant si l’assembly a été chargé à partir du Global Assembly Cache.

S’applique à

Voir aussi