WinUtilities 0.7.4

There is a newer version of this package available.
See the version list below for details.
dotnet add package WinUtilities --version 0.7.4
NuGet\Install-Package WinUtilities -Version 0.7.4
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="WinUtilities" Version="0.7.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add WinUtilities --version 0.7.4
#r "nuget: WinUtilities, 0.7.4"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install WinUtilities as a Cake Addin
#addin nuget:?package=WinUtilities&version=0.7.4

// Install WinUtilities as a Cake Tool
#tool nuget:?package=WinUtilities&version=0.7.4

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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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 486 10/4/2023
0.11.0 1,012 7/7/2022
0.10.0 826 12/9/2021
0.9.1 1,507 11/29/2021
0.9.0 922 11/6/2021
0.7.11 1,006 4/26/2021
0.7.10 833 4/22/2021
0.7.9 848 4/9/2021
0.7.8 809 4/6/2021
0.7.7 850 4/1/2021
0.7.6 811 3/29/2021
0.7.5.1 925 3/28/2021
0.7.5 825 3/28/2021
0.7.4 852 3/25/2021
0.7.3 872 3/24/2021
0.7.2 891 3/23/2021
0.7.1 834 3/21/2021
0.7.0 873 3/5/2021
0.6.4.8 951 3/4/2021
0.6.4.7 982 3/4/2021
0.6.4.6 880 3/3/2021
0.6.4.5 977 3/3/2021
0.6.4.4 971 3/3/2021
0.6.4.3 900 3/1/2021
0.6.4.2 875 3/1/2021
0.6.4.1 926 2/25/2021
0.6.4 924 2/24/2021
0.6.3 895 2/19/2021
0.6.2 911 2/19/2021
0.6.1 825 2/19/2021
0.6.0 855 2/18/2021
0.5.4.1 941 2/15/2021
0.5.3.1 852 2/14/2021
0.5.3 883 2/13/2021
0.5.2 933 2/11/2021
0.5.1 927 2/11/2021
0.5.0 952 2/11/2021
0.4.2 935 2/10/2021
0.4.1 916 2/9/2021
0.4.0 892 2/9/2021
0.3.1 929 2/7/2021
0.3.0 885 2/7/2021

Add EdgeType extesion helper methods