Shalvin - Angular and Microsoft .Net Blogs
Pages
(Move to ...)
Home
Technology Training
Angular
Asp .Net
Entity Framework
ReactJS
C#
Web Sites of Interest
MVC
Photos
▼
Showing posts with label
Reflection
.
Show all posts
Showing posts with label
Reflection
.
Show all posts
Friday, January 16, 2009
AppDomain : Listing Assemblies within the Current AppDomain and Creating an new AppDomain (Code Snippet)
›
using System.Reflection; private void Form1_Load(object sender, EventArgs e) { AppDomain dom = AppDomain.CurrentDomain; Assembly[] loadedAss...
3 comments:
›
Home
View web version