WinUtilities 0.4.0
See the version list below for details.
dotnet add package WinUtilities --version 0.4.0
NuGet\Install-Package WinUtilities -Version 0.4.0
<PackageReference Include="WinUtilities" Version="0.4.0" />
paket add WinUtilities --version 0.4.0
#r "nuget: WinUtilities, 0.4.0"
// Install WinUtilities as a Cake Addin #addin nuget:?package=WinUtilities&version=0.4.0 // Install WinUtilities as a Cake Tool #tool nuget:?package=WinUtilities&version=0.4.0
Library for controlling windows, monitors, input, etc...
WinUtilities is a small wrapper project that wraps Windows API functions to make Windows automation easy.
The wrapper contains some user32, gdi32 etc... API calls as well as structs and enums that were necessary while implementing the features of the project. This means it does not contain all of the functions of those APIs.
The wrapper is mainly centered around the Window class, since in Windows automation there is very often a window that is the target of some sort of action.
The project is only tested to work on Windows 10, but it should work on earlier versions as well.
The project is also still under development so later versions can contain breaking changes.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- System.Drawing.Common (>= 5.0.0)
- System.Linq (>= 4.3.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.11.1 | 581 | 10/4/2023 |
0.11.0 | 1,074 | 7/7/2022 |
0.10.0 | 877 | 12/9/2021 |
0.9.1 | 1,553 | 11/29/2021 |
0.9.0 | 969 | 11/6/2021 |
0.7.11 | 1,074 | 4/26/2021 |
0.7.10 | 884 | 4/22/2021 |
0.7.9 | 900 | 4/9/2021 |
0.7.8 | 859 | 4/6/2021 |
0.7.7 | 897 | 4/1/2021 |
0.7.6 | 865 | 3/29/2021 |
0.7.5.1 | 978 | 3/28/2021 |
0.7.5 | 868 | 3/28/2021 |
0.7.4 | 903 | 3/25/2021 |
0.7.3 | 932 | 3/24/2021 |
0.7.2 | 937 | 3/23/2021 |
0.7.1 | 885 | 3/21/2021 |
0.7.0 | 955 | 3/5/2021 |
0.6.4.8 | 1,031 | 3/4/2021 |
0.6.4.7 | 1,033 | 3/4/2021 |
0.6.4.6 | 941 | 3/3/2021 |
0.6.4.5 | 1,037 | 3/3/2021 |
0.6.4.4 | 1,041 | 3/3/2021 |
0.6.4.3 | 954 | 3/1/2021 |
0.6.4.2 | 942 | 3/1/2021 |
0.6.4.1 | 989 | 2/25/2021 |
0.6.4 | 998 | 2/24/2021 |
0.6.3 | 957 | 2/19/2021 |
0.6.2 | 966 | 2/19/2021 |
0.6.1 | 880 | 2/19/2021 |
0.6.0 | 904 | 2/18/2021 |
0.5.4.1 | 996 | 2/15/2021 |
0.5.3.1 | 904 | 2/14/2021 |
0.5.3 | 933 | 2/13/2021 |
0.5.2 | 998 | 2/11/2021 |
0.5.1 | 977 | 2/11/2021 |
0.5.0 | 993 | 2/11/2021 |
0.4.2 | 997 | 2/10/2021 |
0.4.1 | 978 | 2/9/2021 |
0.4.0 | 952 | 2/9/2021 |
0.3.1 | 995 | 2/7/2021 |
0.3.0 | 930 | 2/7/2021 |
Fixed Window Edge functionality
Added Edge center points