A global class which handles resources embedded in this program. Used for e.g. the default configuration file.
Static Public Member Functions | |
| static byte[] | Get (string resource) |
| Gets the named resource from the resource manager. More... | |
| static string | GetText (string resource) |
| Gets the named resource from the resource manager as UTF8 text. More... | |
Static Public Attributes | |
| static ResourceManager | ResourceSet =new ResourceManager("app",Assembly.GetExecutingAssembly()) |
| The resource manager which holds the default config file. More... | |
|
inlinestatic |
Gets the named resource from the resource manager.
| resource | The name of the resource to get. |
|
inlinestatic |
Gets the named resource from the resource manager as UTF8 text.
| resource | The name of the resource to get. |
|
static |
The resource manager which holds the default config file.