LegacyWrapper VS pinvoke

Compare LegacyWrapper vs pinvoke and see what are their differences.

LegacyWrapper

LegacyWrapper uses a x86 wrapper to call legacy dlls from a 64 bit process (or vice versa). (by CodefoundryDE)

pinvoke

A library containing all P/Invoke code so you don't have to import it every time. Maintained and updated to support the latest Windows OS. (by dotnet)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
LegacyWrapper pinvoke
- 6
78 1,995
- -
1.8 0.0
about 2 years ago 9 months ago
C# C#
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

LegacyWrapper

Posts with mentions or reviews of LegacyWrapper. We have used some of these posts to build our list of alternatives and similar projects.

We haven't tracked posts mentioning LegacyWrapper yet.
Tracking mentions began in Dec 2020.

pinvoke

Posts with mentions or reviews of pinvoke. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-09-07.

What are some alternatives?

When comparing LegacyWrapper and pinvoke you can also consider the following projects:

CefSharp - .NET (WPF and Windows Forms) bindings for the Chromium Embedded Framework

Vanara - A set of .NET libraries for Windows implementing PInvoke calls to many native Windows APIs with supporting wrappers.

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.

CppSharp - Tools and libraries to glue C/C++ APIs to high-level languages

PInvoke Interop Assistant - PInvoke Interop Assistant

Sharpen - Sharpen is an Eclipse plugin created by db4o that allows you to convert your Java project into c#

CXXI - C++ interop framework

Pyrolite - Java and .NET client interface for Pyro5 protocol

CsWin32 - A source generator to add a user-defined set of Win32 P/Invoke methods and supporting types to a C# project.