Epiforge.Extensions.Platforms.Windows 1.0.1

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

// Install Epiforge.Extensions.Platforms.Windows as a Cake Tool
#tool nuget:?package=Epiforge.Extensions.Platforms.Windows&version=1.0.1

This library includes utilities for interoperation with Microsoft Windows, including:

  • Activation - provides information relating to Windows Activation
  • ConsoleAssist - provides methods for interacting with consoles
  • Cursor - wraps Win32 API methods dealing with the cursor
  • Shell - wraps methods of the WScript.Shell COM object (specifically useful for invoking its CreateShortcut function)
  • Theme - represents the current Windows theme

Also provides extension methods for dealing with processes, including:

  • CloseMainWindowAsync - close the main window of the specified process
  • GetParentProcess - gets the parent process of the specified process
Product Compatible and additional computed target framework versions.
.NET net6.0-windows7.0 is compatible.  net7.0-windows was computed.  net7.0-windows7.0 is compatible.  net8.0-windows was computed. 
.NET Framework net462 is compatible.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 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
1.0.1 180 8/15/2023
1.0.0 146 8/15/2023

We added SourceLink and improved P/Invoke performance.