NativeClipboard Class

Native Clipboard implementation to copy data to the clipboard

Definition

Namespace: PCB_Investigator.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public class NativeClipboard : IDisposable
Inheritance
Object    NativeClipboard
Implements
IDisposable

Constructors

NativeClipboardInitializes a new instance of the NativeClipboard class

Methods

AddFormat Copy bytes with the given format to the clipboard (prepare insert, does not yet insert into clipboard)
Dispose Dispose of current items
SetClipboard Commit prepared formats to the clipboard

See Also