SaaSHub helps you find the best software and product alternatives Learn more →
Pinvoke Alternatives
Similar projects and alternatives to pinvoke
-
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
Avalonia
Develop Desktop, Embedded, Mobile and WebAssembly apps with C# and XAML. The most popular .NET UI client technology
-
Roslyn
The Roslyn .NET compiler provides C# and Visual Basic languages with rich code analysis APIs.
-
-
CsWin32
A source generator to add a user-defined set of Win32 P/Invoke methods and supporting types to a C# project.
-
fslang-design
RFCs and docs related to the F# language design process, see https://github.com/fsharp/fslang-suggestions to submit ideas
-
Vanara
A set of .NET libraries for Windows implementing PInvoke calls to many native Windows APIs with supporting wrappers.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
PythonNet
Python for .NET is a package that gives Python programmers nearly seamless integration with the .NET Common Language Runtime (CLR) and provides a powerful application scripting tool for .NET developers.
-
-
-
-
-
Sharpen
Discontinued Sharpen is an Eclipse plugin created by db4o that allows you to convert your Java project into c#
-
rd
Reactive Distributed communication framework for .NET, Kotlin, C++. Inspired by Rider IDE. (by JetBrains)
-
globalmousekeyhook
This library allows you to tap keyboard and mouse, detect and record their activity even when an application is inactive and runs in background.
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
pinvoke discussion
pinvoke reviews and mentions
- Win API programming C# Books?
-
Globally detecting mouse clicks.
Hooks are a low-level Win 32 API and are not directly exposed from the BCL, so you either need to write your own P/Invoke code (maybe using something like https://github.com/dotnet/pinvoke)
- Show HN: My small program from 2007 that gave Internet Explorer tabs
-
Would you want/use an improved interface to native Win32 APIs for .NET?
To add to the pile of solutions for this: https://github.com/dotnet/pinvoke
-
Ask any question about ReSharper or Rider: Q&A session with JetBrains
I'm using the PInvoke libraries (cf. https://github.com/dotnet/pinvoke/). And if my mouse hovers a split of a second over PInvoke.User32 or even worse PInvoke.Kernel32, VS will freeze for 2 minutes trying to render the very big summary of those classes.
- Starting app with GUI from windows service
-
A note from our sponsor - SaaSHub
www.saashub.com | 18 Mar 2025
Stats
dotnet/pinvoke is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of pinvoke is C#.