C# Class STBootLib.STBootProgress

Afficher le fichier Open project: MightyDevices/STBootLib Class Usage Examples

Méthodes publiques

Свойство Type Description
bytesProcessed int
bytesTotal int

Méthodes publiques

Méthode Description
STBootProgress ( int bytesProcessed, int bytesTotal ) : System

Method Details

STBootProgress() public méthode

public STBootProgress ( int bytesProcessed, int bytesTotal ) : System
bytesProcessed int
bytesTotal int
Résultat System

Property Details

bytesProcessed public_oe property

public int bytesProcessed
Résultat int

bytesTotal public_oe property

public int bytesTotal
Résultat int