System.Resources.IResourceWriter.AddResource Method

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

Syntax

public void AddResource (string name, byte[] value)

Parameters

name
Name of a resource.
value
Value of a resource as an 8-bit unsigned integer array.

Remarks

The resources are not written until the IResourceWriter.Generate method is called.

Requirements

Namespace: System.Resources
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0