System.Resources.Tools Namespace

Contains the StronglyTypedResourceBuilder class, which provides support for strongly typed resources. Beginning with .NET Framework version 2.0, this compile-time feature encapsulates access to resources by creating classes that contain a set of static read-only (get) properties, thus making it easier to consume resources.

Classes

StronglyTypedResourceBuilder

Provides support for strongly typed resources. This class cannot be inherited.

Interfaces

ITargetAwareCodeDomProvider

Defines an interface that enables the strongly typed resource builder (StronglyTypedResourceBuilder object) to determine which types and properties are available so it can emit the correct Code Document Object Model (CodeDOM) tree.

Remarks

For more information about strongly typed resources, see StronglyTypedResourceBuilder.