Click or drag to resize
Sandcastle Help File BuilderGacEnumerator Class
This class is used to get a list of assemblies in the Global Assembly Cache (GAC).
Inheritance Hierarchy
SystemObject
  SandcastleBuilder.Utils.GacGacEnumerator

Namespace: SandcastleBuilder.Utils.Gac
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
public static class GacEnumerator

The GacEnumerator type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberGacList
This static property is used to obtain a list containing the fully qualified names of all assemblies in the GAC.
Top
See Also