IResource |
The IResourceService type exposes the following members.
| Name | Description | |
|---|---|---|
| GetBitmap | Returns a bitmap from the resource database, it handles localization transparent for the user. | |
| GetImageResource | Gets an image resource. | |
| GetResourceStream | Gets a resource as a stream. The retrieve resource stream is not cached. | |
| GetString | Returns a string from the resource database, it handles localization transparent for the user. If the resource is not found, the original string is returned. | |
| RegisterAssemblyResources | Registers all resources that are directly included into the assembly given in the argument. See remarks for how the string resources are registered. | |
| RegisterImages | Registers image resources in the resource service. | |
| RegisterNeutralImages | Registers neutral image resources in the resource service. | |
| RegisterNeutralStrings | Registers neutral string resources in the resource service. | |
| RegisterStrings | Registers string resources in the resource service. |