HybridResourceManager(Type, String) Constructor

Creates a new instance of HybridResourceManager class that looks up resources in compiled assemblies and resource XML files based on information from the specified type object.

Definition

Namespace: KGySoft.Resources
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
C#
public HybridResourceManager(
	Type resourceSource,
	string? explicitResXBaseFileName = null
)

Parameters

resourceSource  Type
A type from which the resource manager derives all information for finding resource files.
explicitResXBaseFileName  String  (Optional)
When the .resx file name will be constructed based on the resourceSource parameter; otherwise, the given String will be used. This parameter is optional.
Default value: .

See Also