IResourceWriter Methods
.NET Framework 2.0
| Name | Description | |
|---|---|---|
| AddResource | Overloaded. Adds a resource to the list of resources to be written to an output file or output stream. |
| Close | Closes the underlying resource file or stream, ensuring all the data has been written to the file. |
| Generate | Writes all the resources added by the AddResource method to the output file or stream. |
Reference
IResourceWriter InterfaceSystem.Resources Namespace
IDisposable