Click or drag to resize

GACUtil Class

GAC is a utility class for accessing the Global Assembly Cache.
Inheritance Hierarchy
SystemObject
  Nova.UtilitiesGACUtil

Namespace:  Nova.Utilities
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public static class GACUtil

The GACUtil type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCompareVersions
Compare the specified version strings in 'n.n.n.n' format. If one version string has fewer parts than other, the additional parts of the other version are ignored.
Public methodStatic memberFindAssembly
Find the entry of the assembly with the specified display name or short name and optional maximum version number.
Public methodStatic memberLoadGAC
Load the GAC.
Top
See Also