Click or drag to resize

LocalFileSystemWatcherEventArgsAllocatedLength Property

Gets the allocated size of the affected file or directory.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public ulong AllocatedLength { get; }

Property Value

Type: UInt64
The allocated length.
See Also