All pages
Powered by GitBook
1 of 1

Loading...

ResourceManager

Wisej.Resources.ResourceManager

Namespace: Wisej.Resources

Assembly: Wisej.Framework (4.0.0.0)

Represents a resource manager that provides convenient access to culture-specific resources at run time.

public class ResourceManager : ResourceManager
Public Class ResourceManager
    Inherits ResourceManager

Constructors

ResourceManager(type)

Initializes a new instance of the System.Resources.ResourceManager class that looks up resources in satellite assemblies based on information from the specified type object.

Name
Type
Description

Throws:

  • The type parameter is null.

ResourceManager(baseName, assembly)

Initializes a new instance of the System.Resources.ResourceManager class that looks up resources contained in files with the specified root name in the given assembly.

Name
Type
Description

Throws:

  • The baseName or assembly is null.

type

Type

A Type from which the ComponentResourceManager derives all information for finding resource files.

baseName

String

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

Assembly

The main assembly for the resources.

ArgumentNullException
ArgumentNullException