C# Class SharpOS.Kernel.FileSystem.GenericFileSystem

Show file Open project: sharpos/SharpOS

Protected Properties

Property Type Description
blockSize uint
partition IPartitionDevice
serialNbr byte[]
valid bool
volumeLabel string

Public Methods

Method Description
CreateVFSMount ( ) : IFileSystem
GenericFileSystem ( IPartitionDevice partition ) : System

Method Details

CreateVFSMount() abstract public method

abstract public CreateVFSMount ( ) : IFileSystem
return IFileSystem

GenericFileSystem() public method

public GenericFileSystem ( IPartitionDevice partition ) : System
partition IPartitionDevice
return System

Property Details

blockSize protected property

protected uint blockSize
return uint

partition protected property

protected IPartitionDevice partition
return IPartitionDevice

serialNbr protected property

protected byte[] serialNbr
return byte[]

valid protected property

protected bool valid
return bool

volumeLabel protected property

protected string volumeLabel
return string