IResource |
public interface IResourceService
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 | |
![]() | 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 | |
![]() | RegisterNeutralStrings | |
![]() ![]() | RegisterStrings | Registers string resources in the resource service. |
Name | Description | |
---|---|---|
![]() | LanguageChanged |