ResourceSetRetrieval Enumeration
Namespace: KGySoft.ResourcesAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 9.0.0-preview.1
public enum ResourceSetRetrieval
Public Enumeration ResourceSetRetrieval
public enum class ResourceSetRetrieval
type ResourceSetRetrieval
GetIfAlreadyLoaded | 0 |
The IExpandoResourceSet will be returned only if it is already loaded; otherwise, no resource set will be retrieved.
|
LoadIfExists | 1 |
The IExpandoResourceSet will be returned if the corresponding resource file exists and can be loaded.
|
CreateIfNotExists | 2 |
An IExpandoResourceSet will be created for the requested culture even if no corresponding file can be loaded.
|