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 different pipelining hazards and how are they eliminated? : .NET Architecture

0 Answers  


How do we do authentications using atlas?

0 Answers  


Explain hard disk? : Dot net architecture

0 Answers  


What are the different pipelining hazards and how are they eliminated? : Dot net architecture

0 Answers  


how to set the startup position of the form?

0 Answers   Six Sigma,






IS IT Possible to inherit the AJAX page from child class which(child) is inherit from page class.Because i should apply some security in child class

0 Answers   IBM,


How to improve the cache performance? : .NET Architecture

0 Answers  


Name some changes done since version 3.0?

0 Answers  


Please tell me the .net 2.5 frame work with example

2 Answers  


Define a virtual memory? : Dot net architecture

0 Answers  


Explain the difference between primary & secondary storage device? : .NET Architecture

0 Answers  


What is different about namespace declaration when comparing that to package declaration in java?

0 Answers  


Categories