SharpFS -- A Virtual FileSystem for .NET

VirtualFile Properties

The properties of the VirtualFile class are listed below. For a complete list of VirtualFile class members, see the VirtualFile Members topic.

Public Instance Properties

Bytes The data of this file in a byte array, if supported.
Size The size of this file.
Stream A stream that can be used to access this file's data.
SupportsBytes Whether or not this file supports getting data as a byte array.

See Also

VirtualFile Class | SharpFS Namespace