ShellDataObjectFormatConvertedData Property |
Gets the typed data associated with this data.
For array data (such as file contents corresponding to file descriptors), this will contain array of string (temporary files) or byte[].
Only supported if OnDemandDataFormat property value is null.
Namespace:
ShellBoost.Core
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public Object ConvertedData { get; }
Property Value
Type:
ObjectThe typed data.
See Also