[]
        
(Showing Draft Content)

C1.Framework.ResourceLoader

ResourceLoader Class

Class with static methods used for enumerating and retrieving application resources.

Inheritance
ResourceLoader
Namespace: C1.Framework
Assembly: C1.Win.8.dll
Syntax
public class ResourceLoader

Constructors

Name Description
ResourceLoader()

Methods

Name Description
DecodeImage(string)

Decodes an image from a base-64-encoded string.

GetImage(Assembly, string)

Loads an image from the specified assembly.

GetImage(string)

Loads an image from the entry assembly.

GetImages()

Returns all images from the entry assembly.

GetImages(Assembly)

Returns all images from the specified assembly.

GetStream(Assembly, string)

Loads the specified manifest resource from the specified assembly.

GetStream(string)

Loads the specified manifest resource from the entry assembly.