C# Class Mosa.FileSystem.FAT.Find.WithName

Inheritance: FatFileSystem.ICompare
显示文件 Open project: tgiphil/MOSA-Project

Protected Properties

Property Type Description
name string

Public Methods

Method Description
Compare ( byte data, uint offset, FatType type ) : bool

Compares the specified data.

WithName ( string name ) : Mosa.ClassLib

Initializes a new instance of the WithName class.

Method Details

Compare() public method

Compares the specified data.
public Compare ( byte data, uint offset, FatType type ) : bool
data byte The data.
offset uint The offset.
type FatType The type.
return bool

WithName() public method

Initializes a new instance of the WithName class.
public WithName ( string name ) : Mosa.ClassLib
name string The name.
return Mosa.ClassLib

Property Details

name protected_oe property

protected string name
return string