ResXResourceWriter::Generate Method ()
.NET Framework (current version)
Writes all resources added by the AddResource method to the output file or stream.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Exception | Condition |
|---|---|
| InvalidOperationException | The resource has already been saved. |
The Generate method writes the resources to the output file or stream. If you want to write the resources as well as close the output file or stream, call the Close method.
The Generate method can be called only once. After calling the Generate method, all IResourceWriter methods other than Close will throw an exception.
.NET Framework
Available since 1.1
Available since 1.1
Show: