System.Resources.ResXResourceWriter: Method Members

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

See Also: Inherited members from System.Object

Public Methods

AddAlias(string, System.Reflection.AssemblyName)

Adds the specified alias to a list of aliases.

AddMetadata(string, byte[])

Adds a design-time property whose value is specifed as a byte array to the list of resources to write.

AddMetadata(string, object)

Adds a design-time property whose value is specified as an object to the list of resources to write.

AddMetadata(string, string)

Adds a design-time property whose value is specified as a string to the list of resources to write.

AddResource(ResXDataNode)

Adds a named resource specified in a System.Resources.ResXDataNode object to the list of resources to write.

AddResource(string, byte[])

Adds a named resource specified as a byte array to the list of resources to write.

AddResource(string, object)

Adds a named resource specified as an object to the list of resources to write.

AddResource(string, string)

Adds a string resource to the resources.

Close()

Releases all resources used by the System.Resources.ResXResourceWriter.

Dispose()

Releases all resources used by the System.Resources.ResXResourceWriter.

Finalize()

This member overrides the object.Finalize method.

Generate()

Writes all resources added by the ResXResourceWriter.AddResource(string, Byte[]) method to the output file or stream.

Protected Methods

Dispose(bool)

Releases the unmanaged resources used by the System.Resources.ResXResourceWriter and optionally releases the managed resources.