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

Use of Enable view state ? if turn off what happen ?

1 Answers  


Explain about appdomains?

0 Answers  


How can I write my own .NET host?

0 Answers   HCL,


What is the difference between primary & secondary storage device? : Dot net architecture

0 Answers  


What is Ienumerable

1 Answers  






What is cache coherency? : Dot net architecture

0 Answers  


What are the major differences between services and web services?

0 Answers  


Explain different pipelining hazards? : Dot net architecture

0 Answers  


What does this do? Gacutil /l | find /i "corillian"

0 Answers  


2. I've a class Parent Class A and a Derived Class B. Here is a scenario. I've an instance of Class A as objA and an instance of Class B as objB. I can refer a child class variable as objB=objA, but cannot do objA=objB what is the reason?

2 Answers   247Customer,


What is the application frame host?

0 Answers  


What is a Windows Service and how does its lifecycle differ from a "standard" EXE?

2 Answers   Siebel Systems,


Categories