public enum ResourceManagerSourcesPublic Enumeration ResourceManagerSourcespublic enum class ResourceManagerSourcestype 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. |
| 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) |