Home | Submit an interview question | Filter by category | Filter by job function | Filter by company
 
Member Information
User Id
Password
 
Forgot Password
Technology Category
.NET (1202)
Languages (103)
Database (146)
Operating System (48)
Reporting (5)
Third-Party Tools (2)
Testing (91)
OOP (75)
Web Development (40)
Design Patterns (89)
General (9)
Networking (88)
Hardware (63)
Brain Exercise (2)
Others (37)
 Our Network
.NET Heaven
C# Corner
Interview Corner
Longhorn Corner
Mindcracker
VB.NET Heaven
Home » .NET » .NET
How will you load dynamic assembly? How will create assemblies at run time?
Posted by Aug 02, 2006
Viewed : 4687 times
Major Category : .NET
Minor Category : Others
Total Replies : 1
Become a Sponsor
 EDITORIAL ANSWER  
No Reply Yet
 ANSWERS BY USERS  
Sureder Rawat
Aug 03, 2006

 

to load the dynamically you have to use the reflection feature of dot net through the System.Reflection name space

whose assemble class has a method assembly.loadfrom(assembly name) that load the assembly.

 

or if you want to create a dynamic assembly in memory at runtime then you can use System.Reflection.Emit name space.

 

Surender Rawat

rawat_198316@yahoo.com

 

 

  
1

 

 Hosted by MaximumASP  |  Found a broken link?  |  Contact Us  |  Terms & conditions  |  Privacy Policy  |  Advertise with us
Current Version: 2.2009.3.2
 © 1999 - 2009  Mindcracker LLC. All Rights Reserved