---
title: "What are the uses of Reflection?"  
description: "What are the uses of Reflection?"  
author: "Chris Anderson"  
published: 2011-08-12  
updated: 2020-09-19  
canonical: https://www.mindstick.com/interview/1153/what-are-the-uses-of-reflection  
category: "c#"  
tags: ["c#"]  
reading_time: 1 minute  

---

# What are the uses of Reflection?

**Reflection is a concept using which we can** \
1) Load assemblies dynamically\
2) Invoke methods at runtime\
3) Retrieving type information at runtime.

## Answers

### Answer by Chris Anderson

**Reflection is a concept using which we can** \
1) Load assemblies dynamically\
2) Invoke methods at runtime\
3) Retrieving type information at runtime.


---

Original Source: https://www.mindstick.com/interview/1153/what-are-the-uses-of-reflection

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
