Support for file comparisons, checking on application updates,
usage tracking, and assembly identification.
Classes
| Class | Description | |
|---|---|---|
| DateComparerAscending |
An | |
| DateComparerDescending |
An | |
| ExecProcess |
Invokes an arbitrary program and returns the results.
| |
| FileNavigator |
Enhances a | |
| InstalledAssemblies |
Returns versions of loaded assemblies.
| |
| NameComparer |
An | |
| ResourceMgr |
Provides support for the IResourceUser interface
as well as providing access to an application-specific subfolder of the
system-defined | |
| UpdateCheck |
Checks for a newer version of an application from a shared directory.
| |
| UsageTracker |
Utility for recording first use of each user at each version.
| |
| VersionComparer |
Compares two version strings numerically.
|
Interfaces
| Interface | Description | |
|---|---|---|
| IResourceUser |
Implementers of this interface use embedded file resources that are externalized at first use.
This interface provides a callback to remove the externalized versions so they may be refreshed
(typically when a new version is detected).
|