Skip to content

ModxVoldHunter/WindowsApi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WindowsApi

a Windows Api in C# Generated by CsWin32

this was generated using CsWin32, it is a Win32 api library and has C# bindings for those who want to use Windows API

how to build from source, hit code and download zip file

you need .NET 10 for building which you can get here .NET 10

go to the folder and in windows path, type cmd

it will open cmd and type dotnet build

or using dotnet publish win-x64 {Project-Path}\WindowsApi.csproj replace {Project-Path} with the actual path

in the folder you can do "cmd" on windows or do

cd {Project-Path} 
dotnet publish win-x64 "{Project-Path}\WindowsApi.csproj"

since it has AOT, it means it will be to assembly so after doing your project and having it set to AOT, you could of course use the AOT dll for the output

About

a Windows Api (user32.dll and Kernel32.dll /w GDI) in C# Generated by CsWin32

Topics

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors