| Resource | 
 Inheritance Hierarchy
Inheritance Hierarchy Syntax
Syntaxpublic class ResourceServiceImpl : IResourceService
The ResourceServiceImpl type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | ResourceServiceImpl | Initializes a new instance of the ResourceServiceImpl class | 
 Properties
Properties Methods
Methods| 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 | |
|  | GetHashCode | Serves as the default hash function. (Inherited from Object) | 
|  | GetImageResource | |
|  | GetResourceStream | |
|  | 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 | |
|   | RegisterImages | Registers image resources in the resource service. | 
|  | RegisterNeutralImages(ResourceManager, String) | |
|  | RegisterNeutralImages(String, ResourceManager, String) | |
|  | RegisterNeutralStrings(ResourceManager, String) | |
|  | RegisterNeutralStrings(String, ResourceManager, String) | |
|   | RegisterStrings | Registers string resources in the resource service. | 
|  | ToString | Returns a string that represents the current object. (Inherited from Object) | 
 Events
Events| Name | Description | |
|---|---|---|
|  | LanguageChanged | 
 See Also
See Also