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 ?
Explain cache? : Dot net architecture
what is an assembly ?
what is managed code and managed data?
3. Should validation (did the user enter a real date) occur server-side or client-side? Why?
In LINQ TO SQL if it is possible to select the top 5 records from the particular table using select top 5.
server.transfer limitation ?
How many types of assemblies are there in the visual studio.net?
What is a service contract, operation contract and data contract?
how to make my form not to appear in the task bar?
Can I create my own context attributes?
what is the difference between master page and content page?