[]
        
(Showing Draft Content)

C1.Framework.ResourceLoader.GetImages

GetImages Method

GetImages()

Returns all images from the entry assembly.

Declaration
public static IDictionary GetImages()
Returns
Type Description
IDictionary

A collection of name/image pairs.

GetImages(Assembly)

Returns all images from the specified assembly.

Declaration
public static IDictionary GetImages(Assembly a)
Parameters
Type Name Description
Assembly a

An Assembly to load images from.

Returns
Type Description
IDictionary

A collection of name/image pairs.