Win32Interop.Kernel32
1.0.1
dotnet add package Win32Interop.Kernel32 --version 1.0.1
NuGet\Install-Package Win32Interop.Kernel32 -Version 1.0.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="Win32Interop.Kernel32" Version="1.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Win32Interop.Kernel32 --version 1.0.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Win32Interop.Kernel32, 1.0.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 Win32Interop.Kernel32 as a Cake Addin #addin nuget:?package=Win32Interop.Kernel32&version=1.0.1 // Install Win32Interop.Kernel32 as a Cake Tool #tool nuget:?package=Win32Interop.Kernel32&version=1.0.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Provides interop methods, structs, and enums for kernel32.dll.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Win32Interop.Kernel32:
Package | Downloads |
---|---|
EasyTabs
Library to enable .NET WinForms apps to easily render a set of tabs in their titlebar space, similar to Chrome, Firefox, Edge, etc. |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on Win32Interop.Kernel32:
Repository | Stars |
---|---|
lstratman/EasyTabs
Library to enable .NET WinForms apps to easily render a set of tabs in their titlebar space, similar to Chrome, Firefox, Edge, etc.
|
- Converted many Int32 method parameters to concrete types.
- Removed unicode/ANSI-specific method signatures.
- Fixed the signature for ReadConsoleInput.