Méthode | Description | |
---|---|---|
AddComponents ( this This ) : void | ||
Finished ( this This ) : IProgressLeaf | ||
GetProgressText ( this This ) : string | ||
GetSpeedText ( this This ) : string | ||
RemoveComponents ( this This ) : void | ||
ToProgress ( this count, int total ) : double | ||
ToProgress ( this count, long total ) : double | ||
ToProgress ( this count, uint total ) : double | ||
ToProgress ( this count, ulong total ) : double |
public static AddComponents ( this This ) : void | ||
This | this | |
Résultat | void |
public static Finished ( this This ) : IProgressLeaf | ||
This | this | |
Résultat | IProgressLeaf |
public static GetProgressText ( this This ) : string | ||
This | this | |
Résultat | string |
public static GetSpeedText ( this This ) : string | ||
This | this | |
Résultat | string |
public static RemoveComponents ( this This ) : void | ||
This | this | |
Résultat | void |
public static ToProgress ( this count, int total ) : double | ||
count | this | |
total | int | |
Résultat | double |
public static ToProgress ( this count, long total ) : double | ||
count | this | |
total | long | |
Résultat | double |
public static ToProgress ( this count, uint total ) : double | ||
count | this | |
total | uint | |
Résultat | double |
public static ToProgress ( this count, ulong total ) : double | ||
count | this | |
total | ulong | |
Résultat | double |