---
title: "Explain how to retrieve resources using ResourceManager class."  
description: "Explain how to retrieve resources using ResourceManager class."  
author: "Chris Anderson"  
published: 2011-09-17  
updated: 2020-09-15  
canonical: https://www.mindstick.com/interview/1256/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.

## Answers

### Answer by Chris Anderson

ResourceManager class is used to retrieve resources at run time. \
Create a ResourceManager with resource file name and the resource assembly as parameters.


---

Original Source: https://www.mindstick.com/interview/1256/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.
