 
            | Miner.Windows Assembly > Miner.Windows Namespace : ResourceData Class | 
The following tables list the members exposed by ResourceData.
| Name | Description | |
|---|---|---|
|  | ResourceData Constructor | Constructs a Resource object to access all internationalizable text and images embedded in an assembly from a file called Resource.resx (typically located in the root level of the project). | 
| Name | Description | |
|---|---|---|
|  | ExistsResource | Returns whether the specified named resource exists as an embedded resource. | 
|  | GetBitmap | Overloaded. Retrieves a bitmap stored in an assembly's resources section. | 
|  | GetBitmapStrip | Overloaded. Retrieves a bitmap image strip containing images of the specified size from an assembly's resources section. | 
|  | GetCursor | Retrieves a cursor stored in an assembly's resources section. | 
|  | GetIcon | Retrieves an icon stored in an assembly's resources section. | 
|  | GetResourceStream | Overloaded. Return a resource stream for a resource stored in this application. | 
|  | GetSmallBitmapStrip | Overloaded. Retrieves a bitmap strip containing 16x16 images from an assembly's resources section. | 
|  | GetText | Overloaded. Provides a convenient means to access internationalized resource strings which contain no formatting information. | 
|  | GetXmlResource | Retrieves the specified embedded XML resource and returns it as stream which can be deserialized. |