Support for file comparisons, checking on application updates,
usage tracking, and assembly identification.
Classes
Class | Description | |
---|---|---|
DateComparerAscending |
An IComparer for sorting files by ascending date.
| |
DateComparerDescending |
An IComparer for sorting files by descending date.
| |
ExecProcess |
Invokes an arbitrary program and returns the results.
| |
FileNavigator |
Enhances a ComboBox containing a file path
with functionality to move to the following or preceding file
in the same directory.
| |
InstalledAssemblies |
Returns versions of loaded assemblies.
| |
NameComparer |
An IComparer for sorting files by name.
| |
ResourceMgr |
Provides support for the IResourceUser interface
as well as providing access to an application-specific subfolder of the
system-defined ApplicationData folder path.
| |
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).
|