SharpLibWin32 0.2.1

.NET Standard 2.0 .NET Framework 2.0
dotnet add package SharpLibWin32 --version 0.2.1
NuGet\Install-Package SharpLibWin32 -Version 0.2.1
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="SharpLibWin32" Version="0.2.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SharpLibWin32 --version 0.2.1
#r "nuget: SharpLibWin32, 0.2.1"
#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 SharpLibWin32 as a Cake Addin
#addin nuget:?package=SharpLibWin32&version=0.2.1

// Install SharpLibWin32 as a Cake Tool
#tool nuget:?package=SharpLibWin32&version=0.2.1

Expose Win32 APIs for .NET applications.

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 net20 net35 net40 net403 net45 net451 net452 net46 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.

This package has no dependencies.

NuGet packages (6)

Showing the top 5 NuGet packages that depend on SharpLibWin32:

Package Downloads
GetIt

.NET library to help introduce programming in a funnier way. Inspired by Scratch and Turtle graphics.

SharpLibHid

C# HID library designed to handle raw input. Most useful to support IR remote control and gamepad inputs on Windows Forms applications.

SharpLibForms

Class library extending Windows Forms functionalities.

Slions.SharpLib.Hid-x86

C# HID library designed to handle raw input. Most useful to support IR remote control and gamepad inputs on Windows Forms applications.

Slions.SharpLib.Hid-x64

C# HID library designed to handle raw input. Most useful to support IR remote control and gamepad inputs on Windows Forms applications.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on SharpLibWin32:

Repository Stars
MediaPortal/MediaPortal-1
Home Theater and Digital Video Recording solution for Windows.
Version Downloads Last updated
0.2.1 10,860 4/12/2019
0.2.0 540 3/26/2019
0.1.9 526 3/25/2019
0.1.8 526 3/22/2019
0.1.7 957 10/14/2018
0.1.6 670 10/14/2018
0.1.5 2,977 2/1/2018
0.1.4 890 2/1/2018
0.1.3 885 1/31/2018
0.1.2 876 1/31/2018
0.1.1 867 1/31/2018
0.1.0 889 1/31/2018
0.0.9 4,016 4/26/2016
0.0.8 1,060 4/25/2016
0.0.7 2,014 9/2/2015
0.0.6 919 9/1/2015
0.0.5 924 9/1/2015
0.0.4 1,158 8/15/2015
0.0.3 1,560 8/12/2015
0.0.2 1,190 8/12/2015
0.0.1 1,578 8/12/2015

v0.2.1
Adding support for netstandard2.0

v0.2.0
Removed all Pack statements for better 64 bits compatibility.

v0.1.9
Fixing 64 bits issue breaking calls to GetRawInputDeviceList.

v0.1.8
Fixing some 64 bits issues.
         
v0.1.7
Fixing SendMessage signature.

v0.1.6
Adding SendMessage and system commands.

v0.1.5
Adding HCBT constants.

v0.1.4
CWPRETSTRUCT data members now public.

v0.1.3
Adding CWPRETSTRUCT definition.

v0.1.2
Adding hook support definitions.

v0.1.1
Added: RECT, GetWindowRect, MoveWindow, GetActiveWindow and GetClassName.

v0.1.0
Switching to Any CPU build.

v0.0.9
Using flags attribute on some raw input enumerations.

v0.0.8
Adding raw input mouse and keyboard enumerations.

v0.0.7
DeviceIoControl now using SetLastError.

v0.0.6
DeviceIoControl now using SafeFileHandle.

v0.0.5
Adding FSCTLs constants.
Adding PREVENT_MEDIA_REMOVAL.

v0.0.4
Adding WMs and IOCTLs constants.
Adding DeviceIoControl.

v0.0.3
Fixing protection level.

v0.0.2
Specifying net20.

v0.0.1
First contribution.