pinvoke-wrapper
There are 19 repositories under pinvoke-wrapper topic.
3F/Conari
🧬 One-touch unmanaged memory, runtime dynamic use of the unmanaged native C/C++ in .NET world, related P/Invoke features, and …
Dtronix/PDFiumCore
.NET Standard P/Invoke bindings for PDFium.
XenoAtom/XenoAtom.Interop
This XenoAtom.Interop project provides a set of C# libraries to interop with C/C++ libraries (musl, libgit2, sqlite, vulkan...)
RainsSoft/kcp-csharp
KCP - A Fast and Reliable ARQ Protocol, BigEndian and LittleEndian support ,now i create a kcp socket client using in unity3d project test
TechnikEmpire/DivertPInvoke
PInvoke wrapper for WinDivert
maxilevi/MeshOptimizer.NET
a .NET compatible P/Invoke wrapper around meshoptimizer
langyastudio/pinvoke
Some examples of using P/Invoke ,C# P Invoke C++
VladimirAkopyan/NetCore_NativeCall
This demonstrates how to create a native, unmanaged DLL and invoke it's functionality from a .Net Core Application
Emzi0767/Managed-NTFS-Data-Streams
A quick and somewhat dirty wrapper for NTFS Alternate Data Streams for .NET Standard and .NET Core.
Empyreal96/DbgHelp.MinidumpFiles.UWP
An attempt to convert the original over to UWP, Allows access to `dbghelp.dll` features and APIs
davidrpalmer/WinHttpUrlAclDotNet
A .NET wrapper for the Win32 HTTP Server URL ACL APIs.
OrionNebula/WiiSharp
Interact with Wii remotes through a sleek managed API.
VotreWaken/CelestialRTP
.NET 8 P/Invoke Audio Handling Library using Waveout API
fibercrypto/libskyfiber-dotnet
Skycoin client libraries for .NET ( C# )
geomatics-io/pinvoke
.Net wrapper for commonly used Win32 API calls.
GeorgeEBeresford/WindowsWrapper
Contains a collection of classes which make interacting with the Windows Interop library more simple
SnowballTwo/StreamInvoke
A small sample project to remind me how to create a stream to pass into native code with platform invoke
caphosra/MemoryLock
With this library, you can pin the managed object or allocate the memory easily. And you never forget releasing them.