C# 클래스 CairoDesktop.AppGrabber.AppGrabber

상속: System.Windows.DependencyObject
파일 보기 프로젝트 열기: RevolutionSmythe/cairoshell 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
hasNewApps bool

공개 메소드들

메소드 설명
AppGrabber ( ) : System
AppGrabber ( String configFile ) : System
Load ( ) : void
Save ( ) : void
ShowDialog ( ) : void

비공개 메소드들

메소드 설명
GetApps ( ) : List
generateAppListRecursing ( DirectoryInfo directory ) : List
mergeLists ( List listOfApplicationLists ) : List
mergeLists ( List a, List b ) : List

메소드 상세

AppGrabber() 공개 메소드

public AppGrabber ( ) : System
리턴 System

AppGrabber() 공개 메소드

public AppGrabber ( String configFile ) : System
configFile String
리턴 System

Load() 공개 메소드

public Load ( ) : void
리턴 void

Save() 공개 메소드

public Save ( ) : void
리턴 void

ShowDialog() 공개 메소드

public ShowDialog ( ) : void
리턴 void

프로퍼티 상세

hasNewApps 공개적으로 프로퍼티

public bool hasNewApps
리턴 bool