DataObject Methods |
The DataObject type exposes the following members.
Name | Description | |
---|---|---|
Clear |
Clears the data object
| |
Contains |
Gets a value indicating that data with the specified type is contained in the data object.
| |
GetData |
Gets a byte array from the data object with the specified type identifier.
| |
GetDataStream |
Gets the data stream with the specified type identifier.
| |
GetObject(String) |
Gets a serialized value with the specified type identifier.
| |
GetObjectT(String) |
Gets an object from the data object with the specified type
| |
GetString |
Gets a string from the data object with the specified type identifier.
| |
SetData |
Sets a data array for the specified type identifier.
| |
SetDataStream |
Sets a data stream into the clipboard with the specified type identifier.
| |
SetObject |
Sets the value into the data object with the specified type using serialization or type converter
| |
SetString |
Sets a string into the data object with the specified custom type.
|