---
title: "Title  Reload assembly to extend with new types."  
description: "Title  Reload assembly to extend with new types."  
author: "James Smith"  
published: 2011-04-16  
updated: 2011-04-16  
canonical: https://www.mindstick.com/forum/224/title-reload-assembly-to-extend-with-new-types  
category: "c#"  
tags: ["c#"]  
reading_time: 1 minute  

---

# Title  Reload assembly to extend with new types.

Can somebody tell me, if it's possible to [load](https://answers.mindstick.com/qa/33737/what-is-meant-by-average-load-time) a [previous](https://yourviews.mindstick.com/view/81421/unlock-2-0-is-just-like-previous-corona-lockdowns) saved [assembly](https://www.mindstick.com/articles/25/global-assembly-cache) again, to [extend](https://www.mindstick.com/forum/2353/how-to-implements-of-inheritance-in-java) it with new types via [Reflection](https://www.mindstick.com/articles/13004/how-to-write-a-reflection-paper)? Or do I have to create a new assembly? Thanks in advance.

## Replies

### Reply by Anonymous User

Reflection has emit so you can be add new classes at runtime, I thought but I haven't used it. Look up reflection emit in visual studio help search. \
You can find more information about attributes and reflection on this link.

[http://msdn.microsoft.com/en-us/library/z919e8tw%28v=vs.80%29.aspx](http://msdn.microsoft.com/en-us/library/z919e8tw(v=vs.80).aspx)

This might be helpful for you.


---

Original Source: https://www.mindstick.com/forum/224/title-reload-assembly-to-extend-with-new-types

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
