Gets a value indicating whether the assembly was loaded from the global assembly cache.

Namespace: CodeSmith.Engine.Compiler
Assembly: CodeSmith.Engine (in CodeSmith.Engine.dll) Version: 6.0.0.0 (7.0.0.15127)

Syntax

C#
public bool GlobalAssemblyCache { get; }
Visual Basic
Public ReadOnly Property GlobalAssemblyCache As Boolean
	Get

Property Value

Type: Boolean
true if the assembly was loaded from the global assembly cache; otherwise, false.

See Also