C# 클래스 Mosa.FileSystem.GenericFileSystem

파일 보기 프로젝트 열기: tgiphil/MOSA-Project

보호된 프로퍼티들

프로퍼티 타입 설명
partition IPartitionDevice

공개 메소드들

메소드 설명
CreateVFSMount ( ) : IFileSystem

Creates the VFS mount.

GenericFileSystem ( IPartitionDevice partition ) : Mosa.DeviceSystem

Initializes a new instance of the GenericFileSystem class.

메소드 상세

CreateVFSMount() 공개 추상적인 메소드

Creates the VFS mount.
public abstract CreateVFSMount ( ) : IFileSystem
리턴 IFileSystem

GenericFileSystem() 공개 메소드

Initializes a new instance of the GenericFileSystem class.
public GenericFileSystem ( IPartitionDevice partition ) : Mosa.DeviceSystem
partition IPartitionDevice The partition.
리턴 Mosa.DeviceSystem

프로퍼티 상세

partition 보호되어 있는 프로퍼티

protected IPartitionDevice partition
리턴 IPartitionDevice