C# Класс 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.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
SettingsBase ( ) : System

Initializes a new instance of FSSettings.

Описание методов

SettingsBase() публичный Метод

Initializes a new instance of FSSettings.
public SettingsBase ( ) : System
Результат System