WinUtilities 0.11.0

.NET Standard 2.0
dotnet add package WinUtilities --version 0.11.0
NuGet\Install-Package WinUtilities -Version 0.11.0
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.11.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add WinUtilities --version 0.11.0
#r "nuget: WinUtilities, 0.11.0"
#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.11.0

// Install WinUtilities as a Cake Tool
#tool nuget:?package=WinUtilities&version=0.11.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
.NET net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows
.NET Core netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1
.NET Standard netstandard2.0 netstandard2.1
.NET Framework net461 net462 net463 net47 net471 net472 net48 net481
MonoAndroid monoandroid
MonoMac monomac
MonoTouch monotouch
Tizen tizen40 tizen60
Xamarin.iOS xamarinios
Xamarin.Mac xamarinmac
Xamarin.TVOS xamarintvos
Xamarin.WatchOS xamarinwatchos
Compatible target framework(s)
Additional computed target framework(s)
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.0 299 7/7/2022
0.10.0 267 12/9/2021
0.9.1 883 11/29/2021
0.9.0 277 11/6/2021
0.7.11 344 4/26/2021
0.7.10 271 4/22/2021
0.7.9 264 4/9/2021
0.7.8 231 4/6/2021
0.7.7 252 4/1/2021
0.7.6 241 3/29/2021
0.7.5.1 251 3/28/2021
0.7.5 249 3/28/2021
0.7.4 249 3/25/2021
0.7.3 278 3/24/2021
0.7.2 250 3/23/2021
0.7.1 255 3/21/2021
0.7.0 250 3/5/2021
0.6.4.8 298 3/4/2021
0.6.4.7 297 3/4/2021
0.6.4.6 281 3/3/2021
0.6.4.5 291 3/3/2021
0.6.4.4 286 3/3/2021
0.6.4.3 264 3/1/2021
0.6.4.2 258 3/1/2021
0.6.4.1 272 2/25/2021
0.6.4 246 2/24/2021
0.6.3 226 2/19/2021
0.6.2 225 2/19/2021
0.6.1 224 2/19/2021
0.6.0 240 2/18/2021
0.5.4.1 279 2/15/2021
0.5.3.1 261 2/14/2021
0.5.3 241 2/13/2021
0.5.2 253 2/11/2021
0.5.1 239 2/11/2021
0.5.0 274 2/11/2021
0.4.2 281 2/10/2021
0.4.1 248 2/9/2021
0.4.0 251 2/9/2021
0.3.1 238 2/7/2021
0.3.0 228 2/7/2021

Change output device of an individual audio source (instead of system default) and some other audio stuff