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. |