C# 클래스 KFS.Disks.WinPhysicalDisk

A physical disk attached to a Windows host system.
상속: WinDisk, IPhysicalDisk, IImageable, IDescribable
파일 보기 프로젝트 열기: Alex-Jaeger/BitcoinFindAndRecover 1 사용 예제들

Private Properties

프로퍼티 타입 설명
GetDiskSections void

공개 메소드들

메소드 설명
GetAttributes ( ) : Attributes
GetSectorSize ( ) : ulong
GetSectorStatus ( ulong sectorNum ) : SectorStatus
ToString ( ) : string
WinPhysicalDisk ( System.Management.ManagementObject mo ) : KFS.DataStream

비공개 메소드들

메소드 설명
GetDiskSections ( ) : void

메소드 상세

GetAttributes() 공개 메소드

public GetAttributes ( ) : Attributes
리턴 Attributes

GetSectorSize() 공개 메소드

public GetSectorSize ( ) : ulong
리턴 ulong

GetSectorStatus() 공개 메소드

public GetSectorStatus ( ulong sectorNum ) : SectorStatus
sectorNum ulong
리턴 SectorStatus

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

WinPhysicalDisk() 공개 메소드

public WinPhysicalDisk ( System.Management.ManagementObject mo ) : KFS.DataStream
mo System.Management.ManagementObject
리턴 KFS.DataStream