IClipboardProvider
Pluggable system-clipboard provider. The default implementation wraps the active platform (Win32 / NSPasteboard / UIPasteboard / Android ClipboardManager / navigator.clipboard / xclip-xsel-wl-paste); integrators substitute a custom provider for testing, sandboxed clipboards, or platforms outside the shipped set.
Remarks
Implementations(2)
Types that implement IClipboardProvider.
Reports whether the clipboard currently carries format. This is an availability probe only — implementations must answer it from cheap native presence APIs (Win32 IsClipboardFormatAvailable, NSPasteboard.types, ClipDescription MIME list, X11 TARGETS) and never transfer the payload. Use TryGetText when the payload is wanted; probing then reading doubles the OS transfer. Provider impls that don't understand a format return regardless of OS-level state.
