FrostMemory
Basic RPM/WPM Library I wrote. (by imerzan)
CsWin32
A source generator to add a user-defined set of Win32 P/Invoke methods and supporting types to a C# project. (by microsoft)
FrostMemory | CsWin32 | |
---|---|---|
1 | 23 | |
0 | 2,052 | |
- | 2.2% | |
6.1 | 9.3 | |
over 2 years ago | 17 days 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.
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.
FrostMemory
Posts with mentions or reviews of FrostMemory.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-05-17.
CsWin32
Posts with mentions or reviews of CsWin32.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-05-18.
-
[OC] I made a program for Windows which lets you create sticky preview thumbnails
This was mostly a project for fun, to dive into CsWin32 - a PInvoke source generator as well to fiddle around with the DWM API.
-
Change Secondary screen rotation using CMD
If you haven't seen the CsWin32 project, you can use it to generate all your bindings as well. It generates the raw extern bindings, and then friendly wrappers for C# (where possible) that also work really well with PowerShell.
-
Audio routing using C#
My best guess would be to use CsWin32 to wrangle the audio sinks used by variious WASAPI sessions.
-
Hello. Can someone please give me some fun and cool projects for powrshell? Thank you.
If you're looking for something different, try out writing windows programs using Win32 via CsWin32. You can generate a DLL that you Add-Type into PowerShell that lets you access all of Win32.
-
PInvoke.net: the interop wiki
Also worth mentioning is this C# source generator for generating P/Invoke methods for win32 APIs: https://github.com/microsoft/CsWin32
-
WPF Roadmap 2023
Idk what all the hubub is about FolderBrowserDialog, it's pretty easy to make the Win32 calls (you can even code generate the interop calls).
-
C# to C Struct
You could try this to auto-generate it.
- Any existing windows API wrappers?
-
Need help with WPF
If all you need is Win32 stuff from a WPF application, you can use P/Invoke to call the unmanaged code from C# (see: https://learn.microsoft.com/en-us/dotnet/standard/native-interop/pinvoke). Microsoft also recently added features for making working with Win32 from C# easier (see: https://github.com/microsoft/CsWin32).
-
Best resource to learn c# COM?
There's this helpful repo for people trying to P/Invoke WinAPI
What are some alternatives?
When comparing FrostMemory and CsWin32 you can also consider the following projects:
cheat-engine - Cheat Engine. A development environment focused on modding
ClangSharp - Clang bindings for .NET written in C#