ResourceManager Constructor

Stator | API Documentation
Constructor for ResourceManager

Namespace:  Stator.libPublic.Utilities
Assembly:  libPublic (in libPublic.dll) Version: 4.0.2018.0 (4.0.18103)
Syntax

public ResourceManager(
	string baseName,
	Assembly assembly
)

Parameters

baseName
Type: SystemString
The root name of the resource file without its extension but including any fully qualified namespace name
For example, the root name for the resource file named MyApplication.MyResource.en-US.resources is MyApplication.MyResource
assembly
Type: System.ReflectionAssembly
The main assembly for the resources
See Also

Reference