C# 클래스 SharpOS.Kernel.FileSystem.FATFileSystem.FAT.FatEntityComparer

상속: FAT.ICompare
파일 보기 프로젝트 열기: sharpos/SharpOS

보호된 프로퍼티들

프로퍼티 타입 설명
name string

공개 메소드들

메소드 설명
Compare ( byte data, uint offset, FATType type ) : bool
FatEntityComparer ( string name ) : System

메소드 상세

Compare() 공개 메소드

public Compare ( byte data, uint offset, FATType type ) : bool
data byte
offset uint
type FATType
리턴 bool

FatEntityComparer() 공개 메소드

public FatEntityComparer ( string name ) : System
name string
리턴 System

프로퍼티 상세

name 보호되어 있는 프로퍼티

protected string name
리턴 string