_Assembly.GlobalAssemblyCache 属性

定义

为 COM 对象提供对 GlobalAssemblyCache 属性的与版本无关的访问。

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

属性值

如果程序集是从全局程序集缓存加载的,则为true ;否则为 false

注解

此方法用于从非托管代码访问托管类,不应从托管代码调用。

属性 GlobalAssemblyCache 获取一个值,该值指示程序集是否是从全局程序集缓存加载的。

适用于

另请参阅