---
title: "Explain how to retrieve resources using ResourceManager class."  
description: "Explain how to retrieve resources using ResourceManager class."  
author: "Anonymous User"  
published: 2012-02-18  
updated: 2020-09-23  
canonical: https://www.mindstick.com/interview/1391/explain-how-to-retrieve-resources-using-resourcemanager-class  
category: "assembly"  
tags: ["assembly"]  
reading_time: 1 minute  

---

# Explain how to retrieve resources using ResourceManager class.

ResourceManager class is used to retrieve resources at run time.\
Create a ResourceManager with resource file name and the resource assembly as parameters.\
After having created, you can use ResourceManager.GetString method to retrieve a string.\
Use the ResourceManager.GetObject method to retrieve images and objects from a resource file.

## Answers

### Answer by Anonymous User

ResourceManager class is used to retrieve resources at run time.\
Create a ResourceManager with resource file name and the resource assembly as parameters.\
After having created, you can use ResourceManager.GetString method to retrieve a string.\
Use the ResourceManager.GetObject method to retrieve images and objects from a resource file.


---

Original Source: https://www.mindstick.com/interview/1391/explain-how-to-retrieve-resources-using-resourcemanager-class

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
