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:
ShellBoost.Core
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public byte[] Data { get; }
Property Value
Type:
ByteThe data.
See Also