Microsoft.Practices.EnterpriseLibrary.Common.Utility Namespace
Retired Content |
---|
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
The latest Enterprise Library information can be found at the Enterprise Library site. |
Classes
Class | Description | |
---|---|---|
AllocationException |
Represents an exception allocating storage.
|
|
ConstantStringResolver |
Resolves strings by returning a constant value.
|
|
DelegateStringResolver |
Resolves strings by invoking a delegate and returning the resulting value.
|
|
EnumerableExtensions |
Some utility extensions on IEnumerable<T> to supplement those available from Linq.
|
|
RecurringWorkScheduler |
Scheduler that wraps a timer.
|
|
ResourceStringResolver |
Resolves strings by retrieving them from assembly resources, falling back to a specified value.
|
|
ServiceLocatorExtensions |
Extension methods on IServiceLocator for convenience.
|
|
StorageAccessor |
Manages storage of entries to the application's Isolated Storage.
|
|
XamlActivator |
Creates instances of types from a partial type name using the XamlReader.
|
Interfaces
Interface | Description | |
---|---|---|
IRecurringWorkScheduler |
This interface represents a task that will be run at recurring intervals.
|
|
IStringResolver |
Resolves string objects.
|