IResourceWriter Interface
Provides functionality to write resources to an output file or stream.
For a list of all members of this type, see IResourceWriter Members.
System.IDisposable
System.Resources.IResourceWriter
[Visual Basic] Public Interface IResourceWriter Inherits IDisposable [C#] public interface IResourceWriter : IDisposable [C++] public __gc __interface IResourceWriter : public IDisposable [JScript] public interface IResourceWriter implements IDisposable
Classes that Implement IResourceWriter
| Class | Description |
|---|---|
| ResourceWriter | Writes resources in the system-default format to an output file or an output stream. |
| ResXResourceWriter | Writes resources in an XML resource (.resx) file or an output stream. |
Remarks
Use resource writers to write resources in a particular file format. Generally, users will create a resource writer, call AddResource to add resources, and then call either Generate or Close to close the resource file.
See the Developing World-Ready Applications for details on the default resource file format.
Requirements
Namespace: System.Resources
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: Mscorlib (in Mscorlib.dll)
See Also
IResourceWriter Members | System.Resources Namespace | IDisposable | Developing World-Ready Applications