Property | Type | Description | |
---|---|---|---|
GetMSecsFromTimeSpan | int |
Method | Description | |
---|---|---|
CompleteDialog ( ) : void | ||
ShowDialog ( ) : void | ||
ShowDialog ( IWin32Window owner ) : void | ||
UpdateProgress ( int workProcessed, int totalWork, string statusText ) : void | ||
WaitDialog ( ) : Microsoft.ManagementConsole.Internal |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Method | Description | |
---|---|---|
GetMSecsFromTimeSpan ( System.TimeSpan ts ) : int |
public ShowDialog ( IWin32Window owner ) : void | ||
owner | IWin32Window | |
return | void |
public UpdateProgress ( int workProcessed, int totalWork, string statusText ) : void | ||
workProcessed | int | |
totalWork | int | |
statusText | string | |
return | void |
public WaitDialog ( ) : Microsoft.ManagementConsole.Internal | ||
return | Microsoft.ManagementConsole.Internal |