Property | Type | Description | |
---|---|---|---|
GetCurrentStage | int | ||
GetDeepestActive | IProgressComponent | ||
GetDone | bool | ||
GetDoneCount | int | ||
GetProgress | double | ||
GetProgressInternal | double | ||
GetSpeed | long? | ||
GetSpeedInternal | long? | ||
GetStatusText | string | ||
GetStatusTitle | string |
Method | Description | |
---|---|---|
AddComponents ( IReadOnlyCollection |
||
GetComponents ( ) : IEnumerable |
||
GetFirstActive ( ) : IProgressComponent | ||
ProgressComponent ( string title, int weight = 1 ) : System | ||
RemoveComponents ( IReadOnlyCollection |
Method | Description | |
---|---|---|
GetCurrentStage ( ) : int | ||
GetDeepestActive ( ) : IProgressComponent | ||
GetDone ( ) : bool | ||
GetDoneCount ( ) : int | ||
GetProgress ( ) : double | ||
GetProgressInternal ( ) : double | ||
GetSpeed ( ) : long? | ||
GetSpeedInternal ( ) : long? | ||
GetStatusText ( ) : string | ||
GetStatusTitle ( ) : string |
public AddComponents ( IReadOnlyCollection |
||
components | IReadOnlyCollection |
|
return | void |
public GetFirstActive ( ) : IProgressComponent | ||
return | IProgressComponent |
public ProgressComponent ( string title, int weight = 1 ) : System | ||
title | string | |
weight | int | |
return | System |
public RemoveComponents ( IReadOnlyCollection |
||
components | IReadOnlyCollection |
|
return | void |