C# Class SignMaster.SignMaster

Exibir arquivo Open project: sillsdevinstaller Class Usage Examples

Public Methods

Method Description
SignMaster ( ) : System

Constructor

Private Methods

Method Description
GetAnyNeededUserInput ( ) : bool

Test if we have enough data to do a signing. If not, display a dialog box asking for the remainder.

Init ( string cmdArgs ) : void

Initialize the SignMaster object

Main ( string args ) : void
ReallySignFiles ( object status ) : void

This is a callback method run in a secondary thread from the main UI. It launches SignTool to do the actual signing, and monitors for problems.

Run ( string cmdArgs ) : void

Main control method

SignFiles ( ) : void

Displays a progress dialog in our main thread and initiates the signing of files in another thread.

Method Details

SignMaster() public method

Constructor
public SignMaster ( ) : System
return System