Represents basic type of the Rebex file system.

Namespace:  Rebex.IO.FileSystem
Assembly:  Rebex.Common (in Rebex.Common.dll)

Syntax

Visual Basic
Public Enumeration FileSystemType
C#
public enum FileSystemType

Members

Member nameDescription
Supported by the .NET Compact FrameworkReadOnly
Read only Rebex file system.
Supported by the .NET Compact FrameworkReadWrite
Read-write Rebex file system.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also