[]
Class with static methods used for enumerating and retrieving application resources.
public class ResourceLoader
Name | Description |
---|---|
ResourceLoader() |
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. |