Click or drag to resize
UtilitiesCopyToClipboard Method (DataObject)
Copy an object to the clipboard, notifying the user of any exceptions

Namespace: Fiddler
Assembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax
public static bool CopyToClipboard(
	DataObject oData
)

Parameters

oData
Type: System.Windows.FormsDataObject
The object to copy

Return Value

Type: Boolean
True if successful
See Also