Because the Clipboard is shared by multiple processes, calling this method may have an impact on those processes.
The System.Windows.Forms.Clipboard class can only be used in threads set to single thread apartment (STA) mode. To use this class, ensure that your Main method is marked with the STAThreadAttribute attribute.