SharpClipboard 3.3.0
See the version list below for details.
dotnet add package SharpClipboard --version 3.3.0
NuGet\Install-Package SharpClipboard -Version 3.3.0
<PackageReference Include="SharpClipboard" Version="3.3.0" />
<PackageVersion Include="SharpClipboard" Version="3.3.0" />
<PackageReference Include="SharpClipboard" />
paket add SharpClipboard --version 3.3.0
#r "nuget: SharpClipboard, 3.3.0"
#:package SharpClipboard@3.3.0
#addin nuget:?package=SharpClipboard&version=3.3.0
#tool nuget:?package=SharpClipboard&version=3.3.0
SharpClipboard is a clipboard-monitoring library for .NET that listens to the system's clipboard entries, allowing developers to tap into the rich capabilities of determining the clipboard's contents at runtime.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET Framework | net is compatible. |
This package has no dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on SharpClipboard:
| Package | Downloads |
|---|---|
|
VL.HDE
Provides access to the vvvv UI API |
GitHub repositories (9)
Showing the top 9 popular GitHub repositories that depend on SharpClipboard:
| Repository | Stars |
|---|---|
|
kannagi0303/yt-dlp-gui
Windows GUI for yt-dlp
|
|
|
killkimno/MORT
MORT 번역기 프로젝트 - Real-time game translator with OCR
|
|
|
Bluegrams/Vividl
Modern Windows GUI for youtube-dl/ yt-dlp. Download videos from hundreds of websites.
|
|
|
C1rdec/Poe-Lurker
Ease your trading experience in Path of Exile.
|
|
|
Idered/snatch
📋 Beautiful clipboard manager for Windows
|
|
|
eltos/PasteIntoFile
Paste clipboard data into files and copy file contents directly via hotkey or context menu
|
|
|
dkgv/pinpoint
Keystroke launcher and personal command central. Alternative to Spotlight and Alfred for Windows. Alternative to Wox, PowerToys.
|
|
|
DeadlyCrush/DeadlyTrade
DeadlyTrade for Path Of Exile - (Overhaul Version) Trade Notification, Functional Overlay, Flask&Skill Timer, Map&Region Information, Real-Time Ninja Currency, Act Helper when Leveling and other useful functions.
|
|
|
clementwzk/Windows-Keylogger
A Windows keylogger undetected by all major anti-virus. Log keys, clipboard, window titles and send logs to a server.
|
Fixed a null reference exception issue occuring whenever `ObservableFormats.Files` is disabled while `ObservableFormats.Others` is enabled. This scenario invoked a call to the `Others` observable format unncecessarily.