[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Tools.EmbeddedResourceManager

EmbeddedResourceManager Class

Allows to load resource strings from main assembly instead of satellite assembly.

Inheritance
EmbeddedResourceManager
Namespace: GrapeCity.ActiveReports.Tools
Assembly: MESCIUS.ActiveReports.dll
Syntax
public sealed class EmbeddedResourceManager : ResourceManager
Remarks

For internal use.

Methods

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.

Extension Methods