C# 클래스 SharpOS.Kernel.FileSystem.FATFileSystem.VfsFileSystem

상속: IFileSystemService, IFileSystem
파일 보기 프로젝트 열기: sharpos/SharpOS

보호된 프로퍼티들

프로퍼티 타입 설명
fat FAT

공개 메소드들

메소드 설명
Format ( SettingsBase settings ) : bool
Mount ( ) : bool
VfsFileSystem ( FAT fat ) : System

메소드 상세

Format() 공개 메소드

public Format ( SettingsBase settings ) : bool
settings SettingsBase
리턴 bool

Mount() 공개 메소드

public Mount ( ) : bool
리턴 bool

VfsFileSystem() 공개 메소드

public VfsFileSystem ( FAT fat ) : System
fat FAT
리턴 System

프로퍼티 상세

fat 보호되어 있는 프로퍼티

protected FAT,SharpOS.Kernel.FileSystem.FATFileSystem fat
리턴 FAT