NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ResourceWriter Class

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.

Object
   ResourceWriter

[Visual Basic]
Public Class ResourceWriter
   Implements IResourceWriter
[C#]
public class ResourceWriter : IResourceWriter
[C++]
public __gc class ResourceWriter : public IResourceWriter
[JScript]
public class ResourceWriter implements IResourceWriter

Remarks

The ResourceWriter class is used to write resources in a binary system default format to an output file or an output stream. Resources are specified as name and value pairs using the AddResource method. Resources are written using the Write method.

The resources are not guaranteed to be written in the same order they were added.

Requirements

Namespace: System.Resources

Assembly: mscorlib.dll

See Also

ResourceWriter Members | System.Resources Namespace