ResXResourceWriterAddResource(String, Byte) Method
Adds a named resource specified as a byte array to the list of resources to write.
Namespace: KGySoft.ResourcesAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
public void AddResource(
string name,
byte[]? value
)
Public Sub AddResource (
name As String,
value As Byte()
)
public:
virtual void AddResource(
String^ name,
array<unsigned char>^ value
) sealed
abstract AddResource :
name : string *
value : byte[] -> unit
override AddResource :
name : string *
value : byte[] -> unit
- name String
- The name of the resource.
- value Byte
- The value of the resource to add as an 8-bit unsigned integer array.
IResourceWriterAddResource(String, Byte)