ResourceManagerSources Enumeration

Represents the possible sources of HybridResourceManager and DynamicResourceManager classes.

Definition

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

Members

CompiledOnly0 Indicates that the resources must be taken only from compiled binary resources.
ResXOnly1 Indicates that the resources must be taken only from .resx XML files.
CompiledAndResX2 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.

See Also