This documentation is archived and is not being maintained.

IResourceWriter::AddResource Method

Adds a resource to the list of resources to be written to an output file or output stream.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

  NameDescription
Public method AddResource(String, array<Byte>) Adds an 8-bit unsigned integer array as a named resource to the list of resources to be written.
Public method AddResource(String, Object) Adds a named resource of type Object to the list of resources to be written.
Public method AddResource(String, String) Adds a named resource of type String to the list of resources to be written.
Top
Show: