How to directly call a native function exported from a DLL?

Submitted by: Administrator
Yes we can call a native function exported from a Dll in
the following way,
I used C#.Net for Coding.

Add a Namespace that "System.Runtime.InteropServices"

Then use the following code,

Syntax:
[DllImport("dllname")]
here place the function in "dllname" Dll.
Submitted by: Administrator

Read Online Dot Net Remoting Job Interview Questions And Answers