C# Class InstallerCA.PromptCloseApplication

Inheritance: IDisposable
Mostra file Open project: exxeleron/qXL Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
Prompt ( ) : bool
PromptCloseApplication ( string productName, string processName, string displayName ) : System

Private Methods

Method Description
FindWindow ( string lpClassName, string lpWindowName ) : IntPtr
IsRunning ( string processName ) : bool
ShowDialog ( ) : bool
TimerElapsed ( object sender ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Prompt() public method

public Prompt ( ) : bool
return bool

PromptCloseApplication() public method

public PromptCloseApplication ( string productName, string processName, string displayName ) : System
productName string
processName string
displayName string
return System