C# Class Mosa.FileSystem.GenericFileSystem

Afficher le fichier Open project: tgiphil/MOSA-Project

Protected Properties

Свойство Type Description
partition IPartitionDevice

Méthodes publiques

Méthode 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 méthode

Creates the VFS mount.
public abstract CreateVFSMount ( ) : IFileSystem
Résultat IFileSystem

GenericFileSystem() public méthode

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

Property Details

partition protected_oe property

protected IPartitionDevice partition
Résultat IPartitionDevice