ResourceSetRetrieval Enumeration

Represents the retrieval behavior of an IExpandoResourceSet in IExpandoResourceManager.GetExpandoResourceSet method.

Definition

Namespace: KGySoft.Resources
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.5.0
C#
public enum ResourceSetRetrieval

Members

GetIfAlreadyLoaded0 The IExpandoResourceSet will be returned only if it is already loaded; otherwise, no resource set will be retrieved.
LoadIfExists1 The IExpandoResourceSet will be returned if the corresponding resource file exists and can be loaded.
CreateIfNotExists2 An IExpandoResourceSet will be created for the requested culture even if no corresponding file can be loaded.

Extension Methods

AllFlagsDefined Gets whether every single bit value in flags are defined in the enum type of flags, or when flags is zero, it is checked whether zero is defined in the enum type of flags.
(Defined by EnumExtensions)
IsSingleFlag Gets whether only a single bit is set in value.
(Defined by EnumExtensions)

See Also