ResourceManagerSources Enumeration
Namespace: KGySoft.ResourcesAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 9.0.0
public enum ResourceManagerSources
Public Enumeration ResourceManagerSources
public enum class ResourceManagerSources
type ResourceManagerSources
CompiledOnly | 0 |
Indicates that the resources must be taken only from compiled binary resources.
|
ResXOnly | 1 |
Indicates that the resources must be taken only from .resx XML files.
|
CompiledAndResX | 2 |
Indicates that the resources must be taken both from compiled resources binary and .resx files.
If a resource exists in both sources, then the one in the .resx will be returned.
|