IResourceWriter Interface
.NET Framework 2.0
Provides functionality to write resources to an output file or stream.
Namespace: System.Resources
Assembly: mscorlib (in mscorlib.dll)
System.Resources Namespace
IDisposable
Assembly: mscorlib (in mscorlib.dll)
'Declaration <ComVisibleAttribute(True)> _ Public Interface IResourceWriter Inherits IDisposable 'Usage Dim instance As IResourceWriter
/** @attribute ComVisibleAttribute(true) */ public interface IResourceWriter extends IDisposable
ComVisibleAttribute(true) public interface IResourceWriter extends IDisposable
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 Encoding and Localization for details on the default resource file format.
Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.
Reference
IResourceWriter MembersSystem.Resources Namespace
IDisposable
Other Resources
Encoding and LocalizationCommunity Additions
ADD
Show: