This interface is implemented by resource writers, which write resources to an output file or output stream. Resource writers are used to write resources in the system default file format. See the TBD for details on the default resource file format.
IResourceWriter
[Visual Basic] Public Interface IResourceWriter [C#] public interface IResourceWriter [C++] public __gc __interface IResourceWriter
[JScript] In JScript, you can use the interfaces in the NGWS frameworks, but you cannot define your own.
Class | Description |
---|---|
ResourceWriter | Generates a binary ".resources" file in the system-default format from name and value pairs. Create one with a unique file name, call AddResource at least once, then call Write to write the ".resources" file to disk. |
[To be supplied.]
Namespace: System.Resources
Assembly: mscorlib.dll