Click or drag to resize

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:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public Object ConvertedData { get; }

Property Value

Type: Object
The typed data.
See Also