| GacEnumerator Class |
This class is used to get a list of assemblies in the Global Assembly
Cache (GAC).
Inheritance Hierarchy
Namespace: SandcastleBuilder.Utils.GacAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax public static class GacEnumerator
Public NotInheritable Class GacEnumerator
public ref class GacEnumerator abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type GacEnumerator = class end
The GacEnumerator type exposes the following members.
Properties
| Name | Description |
---|
| GacList |
This static property is used to obtain a list containing the
fully qualified names of all assemblies in the GAC.
|
TopSee Also