C# 클래스 Launchy.Entry

상속: IEntry, INotifyPropertyChanged
파일 보기 프로젝트 열기: marpe/Launchy 1 사용 예제들

Private Properties

프로퍼티 타입 설명
ShowWindow bool
propertyChanged void
restoreProcess void
startProcess void

공개 메소드들

메소드 설명
Entry ( ) : System
Entry ( string title, string cmd, bool restore = false ) : System
Execute ( ) : void

비공개 메소드들

메소드 설명
ShowWindow ( IntPtr hWnd, int nCmdShow ) : bool
propertyChanged ( string prop ) : void
restoreProcess ( ) : void
startProcess ( ) : void

메소드 상세

Entry() 공개 메소드

public Entry ( ) : System
리턴 System

Entry() 공개 메소드

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

Execute() 공개 메소드

public Execute ( ) : void
리턴 void