C# 클래스 dnSpy.MainApp.Settings.GeneralAppSettingsPage

상속: dnSpy.Contracts.Settings.Dialog.AppSettingsPage, IAppSettingsPage2, INotifyPropertyChanged
파일 보기 프로젝트 열기: 0xd4d/dnSpy

공개 메소드들

메소드 설명
GeneralAppSettingsPage ( IThemeServiceImpl themeService, IWindowsExplorerIntegrationService windowsExplorerIntegrationService, IDocumentTabServiceSettings documentTabServiceSettings, DocumentTreeViewSettingsImpl documentTreeViewSettings, IDsDocumentServiceSettings documentServiceSettings, AppSettingsImpl appSettings, MessageBoxService messageBoxService ) : System
GetSearchStrings ( ) : string[]
OnApply ( ) : void
OnApply ( IAppRefreshSettings appRefreshSettings ) : void

비공개 메소드들

메소드 설명
OnPropertyChanged ( string propName ) : void

메소드 상세

GeneralAppSettingsPage() 공개 메소드

public GeneralAppSettingsPage ( IThemeServiceImpl themeService, IWindowsExplorerIntegrationService windowsExplorerIntegrationService, IDocumentTabServiceSettings documentTabServiceSettings, DocumentTreeViewSettingsImpl documentTreeViewSettings, IDsDocumentServiceSettings documentServiceSettings, AppSettingsImpl appSettings, MessageBoxService messageBoxService ) : System
themeService IThemeServiceImpl
windowsExplorerIntegrationService IWindowsExplorerIntegrationService
documentTabServiceSettings IDocumentTabServiceSettings
documentTreeViewSettings DocumentTreeViewSettingsImpl
documentServiceSettings IDsDocumentServiceSettings
appSettings AppSettingsImpl
messageBoxService MessageBoxService
리턴 System

GetSearchStrings() 공개 메소드

public GetSearchStrings ( ) : string[]
리턴 string[]

OnApply() 공개 메소드

public OnApply ( ) : void
리턴 void

OnApply() 공개 메소드

public OnApply ( IAppRefreshSettings appRefreshSettings ) : void
appRefreshSettings IAppRefreshSettings
리턴 void