IResourceWriter Interface
.NET Framework 3.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
Not applicable.
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 Server 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 Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Reference
IResourceWriter MembersSystem.Resources Namespace
IDisposable
Other Resources
Encoding and LocalizationCommunity Additions
ADD
Show: