Click or drag to resize

IResourceService Methods

The IResourceService type exposes the following members.

Methods
 NameDescription
Public methodGetBitmap Returns a bitmap from the resource database, it handles localization transparent for the user.
Public methodGetImageResource 
Public methodGetResourceStream Gets a resource as a stream. The retrieve resource stream is not cached.
Public methodGetString 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.
Public methodRegisterAssemblyResources Registers all resources that are directly included into the assembly given in the argument. See remarks for how the string resources are registered.
Public methodCode exampleRegisterImages Registers image resources in the resource service.
Public methodRegisterNeutralImages 
Public methodRegisterNeutralStrings 
Public methodCode exampleRegisterStrings Registers string resources in the resource service.
Top
See Also