System.Resources.Tools Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.