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 difference between metadata and menifest ?

0 Answers  


Explain cache? : Dot net architecture

0 Answers  


what is an assembly ?

2 Answers   IBM,


what is managed code and managed data?

2 Answers   Six Sigma,


3. Should validation (did the user enter a real date) occur server-side or client-side? Why?

4 Answers  


In LINQ TO SQL if it is possible to select the top 5 records from the particular table using select top 5.

1 Answers   Agiline,


server.transfer limitation ?

0 Answers  


How many types of assemblies are there in the visual studio.net?

1 Answers   Six Sigma,


What is a service contract, operation contract and data contract?

0 Answers  


how to make my form not to appear in the task bar?

1 Answers   Six Sigma,


Can I create my own context attributes?

0 Answers  


what is the difference between master page and content page?

0 Answers   Six Sigma,


Categories