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 |
Explain different pipelining hazards? : Dot net architecture
Explain write back and write through caches? : Dot net architecture
Navigation controls in ASP.net,explain each control in brief?
What does this do? Gacutil /l | find /i "corillian"
How do I stop a thread?
Does .NET runtime offer Deterministic Destruction or not?
Explain about developer benefit from memory management?
What are the main Tools to develop .Net Application?
Define the mesi? : Dot net architecture
Explain difference between state server and sqlserver? : .NET Architecture
how to use custom field validation
Difference between type constructor and instance constructor?