[]
Returns all images from the entry assembly.
public static IDictionary GetImages()
Type | Description |
---|---|
IDictionary | A collection of name/image pairs. |
Returns all images from the specified assembly.
public static IDictionary GetImages(Assembly a)
Type | Name | Description |
---|---|---|
Assembly | a | An Assembly to load images from. |
Type | Description |
---|---|
IDictionary | A collection of name/image pairs. |