What are Platform Invocation Services?
Are you preparing for IT certification? With practice questions, study notes, interactive quizzes, tips and technical articles, uCertify PrepKits ensure that you get a solid grasp of core technical concepts to ace your certification exam in first attempt.
What are Platform Invocation Services?
Rating:
Platform Invocation Services (PInvoke) provides a way for managed code to call unmanaged code shown by the dynamic link libraries, such as Win32 APIs and custom DLLs. It shields the .NET Framework developer from the task of directly locating and invoking the exact function export. It also facilitates the marshalling of managed data to and from their unmanaged counterparts.
Rating:
Was this information helpful?
Other articles
- What is the Dictionary <T> class?
- How to use GZipStream class to compress a file?
- What is theIClassFactory interface?
- What is XmlDocument?
- What is the List interface?