ResXResourceWriter::AddResource Method (String^, array<Byte>^)
.NET Framework (current version)
Adds a named resource specified as a byte array to the list of resources to write.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- name
-
Type:
System::String^
The name of the resource.
- value
-
Type:
array<System::Byte>^
The value of the resource to add as an 8-bit unsigned integer array.
The resource is not written until Generate is called.
The resource is serialized and stored in a binary format.
.NET Framework
Available since 1.1
Available since 1.1
Show: