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 Methods

The methods of the IResourceWriter interface are listed below. For a complete list of IResourceWriter interface members, see the IResourceWriter Members topic.

AddResource Overloaded. Overloaded. Adds a resource to the list of resources to be written to an output file or output stream. The resource is not written until Write is called.
Close Closes the underlying file or stream.
Write Writes all resources that were added to the output file or output stream. Write does not close the output file or output stream.

See Also

IResourceWriter Interface | System.Resources Namespace