Resource |
public class ResourceServiceImpl : IResourceService
The ResourceServiceImpl type exposes the following members.
| Name | Description | |
|---|---|---|
| ResourceServiceImpl | Initializes a new instance of the ResourceServiceImpl class. |
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetBitmap | Returns a bitmap from the resource database, it handles localization transparent for the user. | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| 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. | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| RegisterAssemblyResources | Registers all supported embedded resources found in the specified assembly. | |
| RegisterImages | Registers image resources in the resource service. | |
| RegisterNeutralImages(ResourceManager, String) | Registers neutral image resources. | |
| RegisterNeutralImages(String, ResourceManager, String) | Registers neutral image resources with an explicit base resource name. | |
| RegisterNeutralStrings(ResourceManager, String) | Registers neutral string resources. | |
| RegisterNeutralStrings(String, ResourceManager, String) | Registers neutral string resources with an explicit key prefix. | |
| RegisterStrings | Registers string resources in the resource service. | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| Name | Description | |
|---|---|---|
| LanguageChanged | Occurs when the current UI language changes. |