ResXResourceWriter.Generate Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Writes all resources added by the AddResource(String, Byte[]) method to the output file or stream.
public:
virtual void Generate();
public void Generate ();
abstract member Generate : unit -> unit
override this.Generate : unit -> unit
Public Sub Generate ()
Implements
Exceptions
The resource has already been saved.
Remarks
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.