SharedResources Class

Shared resources class.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
public class SharedResources
Inheritance
Object    SharedResources

Constructors

SharedResourcesInitializes a new instance of the SharedResources class

Methods

GetBitmapImage(String) Gets the image of the resource.
GetBitmapImage(String, String) Gets the resource image of an assembly.
GetDrawingBitmap(String, Boolean) Gets the image of the resource.
GetDrawingBitmap(String, Size) Gets the image of the resource.
GetDrawingBitmap(String, String, Boolean) Gets the image of the resource.
GetDrawingBitmap(String, String, Size) Get the image of the resource.
GetDrawingBitmapRectangle Gets an image of a rectangle.
GetImage(String) Gets the image of the resource.
GetImage(String, String) Gets the resource image of an assembly.
GetImageList Gets a master list of images from the resource.
GetMainImagesList Gets a list of the top images of the resources.
GetResourceImagesList Gets a list of all usable image resources.
GetResourceImagesList(Boolean) Gets a list of all usable image assets.
GetUriImage(String) Gets the Uri path of an image resource.
GetUriImage(String, String) Gets the Uri path of a resource image.
InvokeGetImage(String) Invokes the method to obtain the image of the resource.
InvokeGetImage(String, String) Invokes the method to get the resource image of an assembly.

Extension Methods

GetAttributeFromT Get attribute from a class.
(Defined by ObjectExtensions)
ValidateDataAnnotations Validate class with validator of DataAnnotations.
(Defined by ObjectExtensions)

See Also