C# Class Launchy.Entry

Inheritance: IEntry, INotifyPropertyChanged
Show file Open project: marpe/Launchy Class Usage Examples

Private Properties

Property Type Description
ShowWindow bool
propertyChanged void
restoreProcess void
startProcess void

Public Methods

Method Description
Entry ( ) : System
Entry ( string title, string cmd, bool restore = false ) : System
Execute ( ) : void

Private Methods

Method Description
ShowWindow ( IntPtr hWnd, int nCmdShow ) : bool
propertyChanged ( string prop ) : void
restoreProcess ( ) : void
startProcess ( ) : void

Method Details

Entry() public method

public Entry ( ) : System
return System

Entry() public method

public Entry ( string title, string cmd, bool restore = false ) : System
title string
cmd string
restore bool
return System

Execute() public method

public Execute ( ) : void
return void