Click or drag to resize

ClipboardGetObject Method (String)

Gets a serialized value with the specified type identifier.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public Object GetObject(
	string type
)

Parameters

type
Type: SystemString
type identifier to get the value for.

Return Value

Type: Object
Value of the object if deserializable, otherwise null.
See Also