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

Explain the types of memory management? : .NET Architecture

0 Answers  


How does .net remoting work?

0 Answers  


what is ado.net

8 Answers   BirlaSoft, HCL,


Explain write back and write through caches? : .NET Architecture

0 Answers  


Explain the purpose of cache? How is it used? : Dot net architecture

0 Answers  






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

0 Answers  


can any one urls for learning .net(which is written in simple english)

1 Answers  


What exactly is being serialized when you perform serialization? scope in C# ?

1 Answers  


when garbage collector come into picture. ?

2 Answers  


Explain the components required to develop mobile applications with .net mobile? : Microsoft dot net mobile

0 Answers  


What are the types of memory management? : Dot net architecture

0 Answers  


define cache memory? : Dot net architecture

0 Answers  


Categories