C# Class Microsoft.ManagementConsole.Advanced.WaitDialog

Inheritance: System.ComponentModel.Component
Datei anzeigen Open project: SiteView/ECC8.13 Class Usage Examples

Private Properties

Property Type Description
GetMSecsFromTimeSpan int

Public Methods

Method Description
CompleteDialog ( ) : void
ShowDialog ( ) : void
ShowDialog ( IWin32Window owner ) : void
UpdateProgress ( int workProcessed, int totalWork, string statusText ) : void
WaitDialog ( ) : Microsoft.ManagementConsole.Internal

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
GetMSecsFromTimeSpan ( System.TimeSpan ts ) : int

Method Details

CompleteDialog() public method

public CompleteDialog ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

ShowDialog() public method

public ShowDialog ( ) : void
return void

ShowDialog() public method

public ShowDialog ( IWin32Window owner ) : void
owner IWin32Window
return void

UpdateProgress() public method

public UpdateProgress ( int workProcessed, int totalWork, string statusText ) : void
workProcessed int
totalWork int
statusText string
return void

WaitDialog() public method

public WaitDialog ( ) : Microsoft.ManagementConsole.Internal
return Microsoft.ManagementConsole.Internal