C# Class Launchy.Entry

Inheritance: IEntry, INotifyPropertyChanged
Afficher le fichier Open project: marpe/Launchy Class Usage Examples

Private Properties

Свойство Type Description
ShowWindow bool
propertyChanged void
restoreProcess void
startProcess void

Méthodes publiques

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

Private Methods

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

Method Details

Entry() public méthode

public Entry ( ) : System
Résultat System

Entry() public méthode

public Entry ( string title, string cmd, bool restore = false ) : System
title string
cmd string
restore bool
Résultat System

Execute() public méthode

public Execute ( ) : void
Résultat void