C# Class KFS.Disks.WinPhysicalDisk

A physical disk attached to a Windows host system.
Inheritance: WinDisk, IPhysicalDisk, IImageable, IDescribable
Afficher le fichier Open project: Alex-Jaeger/BitcoinFindAndRecover Class Usage Examples

Private Properties

Свойство Type Description
GetDiskSections void

Méthodes publiques

Méthode Description
GetAttributes ( ) : Attributes
GetSectorSize ( ) : ulong
GetSectorStatus ( ulong sectorNum ) : SectorStatus
ToString ( ) : string
WinPhysicalDisk ( System.Management.ManagementObject mo ) : KFS.DataStream

Private Methods

Méthode Description
GetDiskSections ( ) : void

Method Details

GetAttributes() public méthode

public GetAttributes ( ) : Attributes
Résultat Attributes

GetSectorSize() public méthode

public GetSectorSize ( ) : ulong
Résultat ulong

GetSectorStatus() public méthode

public GetSectorStatus ( ulong sectorNum ) : SectorStatus
sectorNum ulong
Résultat SectorStatus

ToString() public méthode

public ToString ( ) : string
Résultat string

WinPhysicalDisk() public méthode

public WinPhysicalDisk ( System.Management.ManagementObject mo ) : KFS.DataStream
mo System.Management.ManagementObject
Résultat KFS.DataStream