Assembly: IO;
The IResourceBinaries interface contains properties and methods that are used to work with images of resource editor.
IResourceBinaries
To get the current resource language images, use the IResourceObject.Binaries property, to get certain language images, use the IResourceLocale.Binaries property.
Property name | Brief description | |
The Value property determines a resource editor image, which identifier is passed by the Id parameter. | ||
The ValueByKey property determines a resource editor image, which key is passed by the Key parameter. |
Property name | Brief description | |
The Count property returns the number of strings or images in the resource editor. | ||
The Id property determines an object identifier with the specified key. | ||
The Key property returns the object key with the specified index. |
Method name | Brief description | |
The Load method loads an image with the specified resource key to stream. |
Method name | Brief description | |
The Add method adds an object to the resource editor. | ||
The Clear method removes all objects of the resource editor. | ||
The FindById method searches for a resource editor object key by the specified object identifier. | ||
The FindByKey method searches for resource editor object index by the specified object key. | ||
The Remove method removes a resource editor object by the specified index. | ||
The RemoveById method removes an object of the resource editor by the specified identifier. | ||
The RemoveByKey method removes a resource editor object by the specified key. |
See also: