How to call the dll at runtime in .Net?

Answers were Sorted based on User's Feedback



How to call the dll at runtime in .Net?..

Answer / shipra agarwal

dll calls through the compiler.

Is This Answer Correct ?    7 Yes 4 No

How to call the dll at runtime in .Net?..

Answer / ashish kumar

by writting the following command to the form section we
can call thee dll file.

Private Declare Function LockWorkStation Lib "user32.dll"
() As Long

Is This Answer Correct ?    3 Yes 1 No

How to call the dll at runtime in .Net?..

Answer / suresh

By using System.Reflection.LoadAssembly('path of dll')

Is This Answer Correct ?    1 Yes 2 No

How to call the dll at runtime in .Net?..

Answer / sreekanth

we will refer that dll by adding Add refernce to our project
and using the namspace o the dll we can use that class.

Is This Answer Correct ?    14 Yes 17 No

Post New Answer

More Dot Net AllOther Interview Questions

What is the use of CLR in .NET?

0 Answers   HCL,


how to set the startup position of the form?

0 Answers   Six Sigma,


State the different levels of exceptional safety?

0 Answers  


Explain is development of a mobile web application with asp.net is very easy? : Microsoft dot net mobile

0 Answers  


How to delete the duplicate records in a table using sql server

4 Answers  






What do you know about machine.config file ?

0 Answers  


What is the difference between l1 and l2 cache? : Dot net architecture

0 Answers  


what does dot in .net means

1 Answers  


Can I create my own metadata attributes?

0 Answers  


Why the config file might not be writable

0 Answers  


how to make and display a form without title bar?

0 Answers   Six Sigma,


Define cache coherency and how is it eliminated? : Dot net architecture

0 Answers  


Categories