How to call the dll at runtime in .Net?
Answers were Sorted based on User's Feedback
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 |
Answer / suresh
By using System.Reflection.LoadAssembly('path of dll')
| Is This Answer Correct ? | 1 Yes | 2 No |
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 |
What is the purpose of Accordian in jquery? Where it can be used?
What are the different pipelining hazards? : Dot net architecture
What is a virtual memory? : Dot net architecture
Why am I getting an invalidoperationexception when I serialize an arraylist?
Explain cache memory? : .NET Architecture
What is a memory management?
What are the important principles of soa (service oriented architecture)?
11. diff b/w Dll and Exe
Explain .net mobile input controls? : Microsoft dot net mobile
Explain the purpose of cache? How is it used? : .NET Architecture
What does the term "green architecture" mean? : Dot net architecture
Can you explain update progress control?