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: 9.0.0-preview.1
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.

See Also