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
Public class AllocationException
Represents an exception allocating storage.
Public class ConstantStringResolver
Resolves strings by returning a constant value.
Public class DelegateStringResolver
Resolves strings by invoking a delegate and returning the resulting value.
Public class EnumerableExtensions
Some utility extensions on IEnumerable<T> to supplement those available from Linq.
Public class RecurringWorkScheduler
Scheduler that wraps a timer.
Public class ResourceStringResolver
Resolves strings by retrieving them from assembly resources, falling back to a specified value.
Public class ServiceLocatorExtensions
Extension methods on IServiceLocator for convenience.
Public class StorageAccessor
Manages storage of entries to the application's Isolated Storage.
Public class XamlActivator
Creates instances of types from a partial type name using the XamlReader.

Interfaces

  Interface Description
Public interface IRecurringWorkScheduler
This interface represents a task that will be run at recurring intervals.
Public interface IStringResolver
Resolves string objects.