C# 클래스 Mosa.FileSystem.FAT.FatFileLocation

파일 보기 프로젝트 열기: tgiphil/MOSA-Project 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
DirectorySector uint
DirectorySectorIndex uint
FirstCluster uint
IsValid bool

공개 메소드들

메소드 설명
FatFileLocation ( )

Initializes a new instance of the FatFileLocation class.

FatFileLocation ( uint startCluster, uint directorySector, uint directoryIndex, bool directory )

Initializes a new instance of the FatFileLocation class.

메소드 상세

FatFileLocation() 공개 메소드

Initializes a new instance of the FatFileLocation class.
public FatFileLocation ( )

FatFileLocation() 공개 메소드

Initializes a new instance of the FatFileLocation class.
public FatFileLocation ( uint startCluster, uint directorySector, uint directoryIndex, bool directory )
startCluster uint The start cluster.
directorySector uint The directory sector.
directoryIndex uint Index of the directory.
directory bool if set to true [directory].

프로퍼티 상세

DirectorySector 공개적으로 프로퍼티

public uint DirectorySector
리턴 uint

DirectorySectorIndex 공개적으로 프로퍼티

public uint DirectorySectorIndex
리턴 uint

FirstCluster 공개적으로 프로퍼티

public uint FirstCluster
리턴 uint

IsValid 공개적으로 프로퍼티

public bool IsValid
리턴 bool