C# Class SharpOS.Kernel.FileSystem.SettingsBase

File system settings base class for formatting purposes.
This base class holds properties and data members common to most file systems. A specialized derived class should be created for specific file systems and its type should be returned from IFileSystemService.SettingsType to allow mkfs style commands to automate most processing.
Mostra file Open project: sharpos/SharpOS Class Usage Examples

Public Methods

Method Description
SettingsBase ( ) : System

Initializes a new instance of FSSettings.

Method Details

SettingsBase() public method

Initializes a new instance of FSSettings.
public SettingsBase ( ) : System
return System