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.
파일 보기 프로젝트 열기: sharpos/SharpOS 1 사용 예제들

공개 메소드들

메소드 설명
SettingsBase ( ) : System

Initializes a new instance of FSSettings.

메소드 상세

SettingsBase() 공개 메소드

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