Click or drag to resize

ShellDataObjectFormatData Property

Gets the data associated with this format. For array data (such as file contents corresponding to file descriptors), this will be null, use ConvertedData instead. 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 byte[] Data { get; }

Property Value

Type: Byte
The data.
See Also