Spring.Core Send comments on this topic.
Spring.Util Namespace
See Also  Inheritance Hierarchy
Miscellaneous utility classes, such as string manipulation utilities.

Classes

ClassDescription
ArrayUtils Various utility methods relating to the manipulation of arrays.
AssertUtils Assertion utility methods that simplify things such as argument checks.
CachedTypeResolver Resolves (instantiates) a Type by it's (possibly assembly qualified) name, and caches the Type instance against the type name.
CollectionUtils Miscellaneous collection utility methods.
ConfigurationUtils Utility class for .NET configuration files management.
ConversionUtils Utility methods that are used to convert objects from one type into another.
DefensiveEventRaiser Raises events defensively.
DelegateInfo Discovers the attributes of a Types metadata.
EventRaiser A utility class for raising events in a generic and consistent fashion.
MethodInvoker Helper class allowing one to declaratively specify a method call for later invocation.
NumberUtils Various utility methods relating to numbers.
PathMatcher Support matching of file system paths in a manner similar to that of the NAntFileSet.
Properties An implementation of the Java Properties class.
ReflectionUtils Various reflection related methods that are missing from the standard library.
StringUtils Miscellaneous String utility methods.
TypeResolver Resolves a Type by name.
TypeResolver.GenericArgumentsInfo Holder for the generic arguments when using type parameters.
TypeResolver.TypeAssemblyInfo Holds data about a Type and it's attendant Assembly.
XmlUtils XML utility methods.

Interfaces

InterfaceDescription
ITypeResolver Resolves a Type by name.

See Also