Crping.Win32 1.1.0

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

// Install Crping.Win32 as a Cake Tool
#tool nuget:?package=Crping.Win32&version=1.1.0                

Crping.Win32

Win32 API 常用操作

版本更新说明


1.1.0

2023年11月30日 星期四
  • 优化各方法逻辑
  • 新增方法FindMoveTo, IsClickable, FindAndClick,Find
  • 优化元素查找逻辑
  • 新增构造方法

1.0.0

2023年11月17日 星期五
  • 实现窗口相关基本操作
  • 实现键盘基本操作
  • 实现鼠标基本操作
  • UIAuto
Product Compatible and additional computed target framework versions.
.NET net8.0-windows7.0 is compatible. 
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.1.0 257 11/30/2023
1.0.0 143 11/20/2023

Win32 API 常用操作