C# Класс dnSpy.MainApp.Settings.GeneralAppSettingsPage

Наследование: dnSpy.Contracts.Settings.Dialog.AppSettingsPage, IAppSettingsPage2, INotifyPropertyChanged
Показать файл Открыть проект

Открытые методы

Метод Описание
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