C# 클래스 Mosa.FileSystem.FAT.Find.WithName

상속: FatFileSystem.ICompare
파일 보기 프로젝트 열기: tgiphil/MOSA-Project

보호된 프로퍼티들

프로퍼티 타입 설명
name string

공개 메소드들

메소드 설명
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.

메소드 상세

Compare() 공개 메소드

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.
리턴 bool

WithName() 공개 메소드

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

프로퍼티 상세

name 보호되어 있는 프로퍼티

protected string name
리턴 string