Method AddFromAssemblyUrl
AddFromAssemblyUrl(Assembly, string?)
Adds image from the specified assembly and relative path to the resource.
public virtual bool AddFromAssemblyUrl(Assembly asm, string? name = null)
Parameters
asm
AssemblyAssembly to load image from.
name
stringImage name or relative path. Slash characters will be changed to '.'. Example: "ToolBarPng/Large\Calendar32.png" -> "ToolBarPng.Large.Calendar32.png".