Partager via


_Assembly.GlobalAssemblyCache Propriété

Définition

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

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 est destinée à l’accès aux classes managées à partir de code non managé et ne doit pas être appelée à partir de 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