[]
Allows to load resource strings from main assembly instead of satellite assembly.
public sealed class EmbeddedResourceManager : ResourceManager
For internal use.
| Name | Description |
|---|---|
| GetObject(string, CultureInfo) | Returns the value of the specified object resource for the given culture, falling back to the embedded resource if no satellite assembly is found. |
| GetString(string, CultureInfo) | Returns the value of the specified string resource for the given culture, falling back to the embedded resource if no satellite assembly is found. |
| InjectTo(Type) | Replaces default ResourceManager with the EmbeddedResourceManager in the specified class. |
| InjectTo(params Type[]) | Injects this EmbeddedResourceManager into all specified resource designer types. |