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 difference between metadata and menifest ?
two common properties for any validation control ?
12. Types of polymorphisem[Run and Design Exp.]
what are login controls?
how do create a repeater
What is the difference between Server.Transfer and Response.Redirect? Why would I choose one over the other?
Explain the difference between primary & secondary storage device? : Dot net architecture
Differnce between managed code and unmanaged code ?
What is ILDASM ?
Define pipelining? : Dot net architecture
Can I customise the trace output?
Explain about appdomains?