AutoSaveOptions Enumeration

Represents the auto saving options of a DynamicResourceManager instance.

Definition

Namespace: KGySoft.Resources
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 9.0.0-preview.1
C#
[FlagsAttribute]
public enum AutoSaveOptions

Members

None0x00 Represents no auto saving.
LanguageChange0x01 Represents the auto saving of resources when LanguageSettings.DisplayLanguage is changed.
DomainUnload0x02 Represents the auto saving of resources when application exists or the current application domain is unloaded.
SourceChange0x04 Represents the auto saving of resources when DynamicResourceManager.Source or LanguageSettings.DynamicResourceManagersSource is changed.
Dispose0x08 Represents the auto saving of resources when a DynamicResourceManager is being disposed explicitly.

See Also