ResourceManagerSources Enumeration

Represents the possible sources of HybridResourceManager and DynamicResourceManager classes.

Definition

Namespace: KGySoft.Resources
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.5.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.

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