// Store clipboard content in cloud-based storage CloudClipboardStorage.StoreClipboardContentInCloud(content);
// Get clipboard text using the Clipboard class using (Clipboard clipboard = new Clipboard()) microsoft desktop runtime
Technically referred to as the , this is a component of Microsoft’s .NET platform (specifically versions .NET 5, 6, 7, and 8+). It is the infrastructure required to run applications built for Windows Desktop using .NET. microsoft desktop runtime