C Sharp: Difference between revisions

230 bytes added ,  6 November 2019
no edit summary
No edit summary
No edit summary
Line 65: Line 65:


</syntaxhighlight>
</syntaxhighlight>
==Platform Invoke==
[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.