Represents the auto saving options of a DynamicResourceManager instance.
Namespace: KGySoft.Resources
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 7.0.0-preview.3
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
None | 0 | Represents no auto saving. | |
LanguageChange | 1 | Represents the auto saving of resources when LanguageSettings.DisplayLanguage is changed. | |
DomainUnload | 2 | Represents the auto saving of resources when application exists or the current application domain is unloaded. | |
SourceChange | 4 | Represents the auto saving of resources when DynamicResourceManager.Source or LanguageSettings.DynamicResourceManagersSource is changed. | |
Dispose | 8 | Represents the auto saving of resources when a DynamicResourceManager is being disposed explicitly. |
See Also