IResourceWriter::AddResource Method (String^, array<Byte>^)
.NET Framework (current version)
Adds an 8-bit unsigned integer array as a named resource to the list of resources to be written.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- name
-
Type:
System::String^
Name of a resource.
- value
-
Type:
array<System::Byte>^
Value of a resource as an 8-bit unsigned integer array.
| Exception | Condition |
|---|---|
| ArgumentNullException | The name parameter is null. |
.NET Framework
Available since 1.1
Available since 1.1
Show: