ResXResourceWriter.Generate Method

Definition

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.

Applies to