System.Resources.IResourceWriter: Method Members

The methods of System.Resources.IResourceWriter are listed below. For a list of all members, see the IResourceWriter Members list.

Public Methods

AddResource(string, byte[])

Adds an 8-bit unsigned integer array as a named resource to the list of resources to be written.

AddResource(string, object)

Adds a named resource of type object to the list of resources to be written.

AddResource(string, string)

Adds a named resource of type string to the list of resources to be written.

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 IResourceWriter.AddResource(string, string) method to the output file or stream.