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

Inheritance: FatFileSystem.ICompare
Afficher le fichier Open project: tgiphil/MOSA-Project

Protected Properties

Свойство Type Description
name string

Méthodes publiques

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

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.
Résultat bool

WithName() public méthode

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

Property Details

name protected_oe property

protected string name
Résultat string