C# Class STBootLib.STBootProgress

Exibir arquivo Open project: MightyDevices/STBootLib Class Usage Examples

Public Properties

Property Type Description
bytesProcessed int
bytesTotal int

Public Methods

Method Description
STBootProgress ( int bytesProcessed, int bytesTotal ) : System

Method Details

STBootProgress() public method

public STBootProgress ( int bytesProcessed, int bytesTotal ) : System
bytesProcessed int
bytesTotal int
return System

Property Details

bytesProcessed public_oe property

public int bytesProcessed
return int

bytesTotal public_oe property

public int bytesTotal
return int