Click or drag to resize

ShellDataObject.FileDescriptors Property

Gets a list of file descriptors the data object may reference.

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public IReadOnlyList<FILEDESCRIPTOR> FileDescriptors { get; }

Property Value

Type: IReadOnlyList<FILEDESCRIPTOR>
A list of file descriptors the data object may reference.
See Also