What is Pinvoke?
Interview question and answer by:
Babu_akkandi | Posted on: 4/8/2009 | Category:
.NET Framework Interview questions | Views: 5129 |
Answer:
Platform invoke is a service that enables managed code to call unmanaged functions implemented in dynamic-link libraries (DLLs), such as those in the Win32 API. It locates and invokes an exported function and marshals its arguments (integers, strings, arrays, structures, and so on) across the interoperation boundary as needed.
Asked In: Many Interviews
|
Alert Moderator
Found interesting? Add this to: