C# Class Mosa.FileSystem.GenericFileSystem

Show file Open project: tgiphil/MOSA-Project

Protected Properties

Property Type Description
partition IPartitionDevice

Public Methods

Method Description
CreateVFSMount ( ) : IFileSystem

Creates the VFS mount.

GenericFileSystem ( IPartitionDevice partition ) : Mosa.DeviceSystem

Initializes a new instance of the GenericFileSystem class.

Method Details

CreateVFSMount() public abstract method

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

GenericFileSystem() public method

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

Property Details

partition protected property

protected IPartitionDevice partition
return IPartitionDevice