_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 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