C Sharp: Difference between revisions

No edit summary
Line 73: Line 73:
[https://docs.microsoft.com/en-us/dotnet/standard/native-interop/pinvoke Reference]<br>
[https://docs.microsoft.com/en-us/dotnet/standard/native-interop/pinvoke Reference]<br>
Platform Invoke (or P/Invoke) allows you to call and use C and C++ libraries from within your C# or other .NET programs.
Platform Invoke (or P/Invoke) allows you to call and use C and C++ libraries from within your C# or other .NET programs.
[[Category:Programming languages]]