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!

IResourceWriter Interface

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.

Classes that Implement IResourceWriter

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.

Remarks

[To be supplied.]

Requirements

Namespace: System.Resources

Assembly: mscorlib.dll

See Also

IResourceWriter Members | System.Resources Namespace