AssemblyBuilder.GlobalAssemblyCache Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value that indicates whether the assembly was loaded from the global assembly cache.
public:
virtual property bool GlobalAssemblyCache { bool get(); };
public override bool GlobalAssemblyCache { get; }
member this.GlobalAssemblyCache : bool
Public Overrides ReadOnly Property GlobalAssemblyCache As Boolean
Property Value
Always false.
Remarks
AssemblyBuilder objects always represent dynamic assemblies, and therefore are never loaded from the global assembly cache.