C# Class dnSpy.MainApp.Settings.GeneralAppSettingsPage

Inheritance: dnSpy.Contracts.Settings.Dialog.AppSettingsPage, IAppSettingsPage2, INotifyPropertyChanged
Afficher le fichier Open project: 0xd4d/dnSpy

Méthodes publiques

Méthode Description
GeneralAppSettingsPage ( IThemeServiceImpl themeService, IWindowsExplorerIntegrationService windowsExplorerIntegrationService, IDocumentTabServiceSettings documentTabServiceSettings, DocumentTreeViewSettingsImpl documentTreeViewSettings, IDsDocumentServiceSettings documentServiceSettings, AppSettingsImpl appSettings, MessageBoxService messageBoxService ) : System
GetSearchStrings ( ) : string[]
OnApply ( ) : void
OnApply ( IAppRefreshSettings appRefreshSettings ) : void

Private Methods

Méthode Description
OnPropertyChanged ( string propName ) : void

Method Details

GeneralAppSettingsPage() public méthode

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
Résultat System

GetSearchStrings() public méthode

public GetSearchStrings ( ) : string[]
Résultat string[]

OnApply() public méthode

public OnApply ( ) : void
Résultat void

OnApply() public méthode

public OnApply ( IAppRefreshSettings appRefreshSettings ) : void
appRefreshSettings IAppRefreshSettings
Résultat void