IResourceWriter::AddResource Method

 

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

Namespace:   System.Resources
Assembly:  mscorlib (in mscorlib.dll)

NameDescription
System_CAPS_pubmethodAddResource(String^, array<Byte>^)

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

System_CAPS_pubmethodAddResource(String^, Object^)

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

System_CAPS_pubmethodAddResource(String^, String^)

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

Return to top
Show: