C# Class OnlineVideos.Sites.JSurf.SingleAssemblyComponentResourceManager

This will allow for the looking up of a localised resource embeded as a resource in the main localised properties file It means we don't have to deploy the localised dlls through the site publishing
Inheritance: System.ComponentModel.ComponentResourceManager
Afficher le fichier Open project: offbyoneBB/mp-onlinevideos2

Méthodes publiques

Méthode Description
SingleAssemblyComponentResourceManager ( Type t ) : System

Méthodes protégées

Méthode Description
InternalGetResourceSet ( CultureInfo culture, bool createIfNotExists, bool tryParents ) : ResourceSet

Private Methods

Méthode Description
AddResourceSet ( Hashtable localResourceSets, CultureInfo culture, ResourceSet &rs ) : void

Method Details

InternalGetResourceSet() protected méthode

protected InternalGetResourceSet ( CultureInfo culture, bool createIfNotExists, bool tryParents ) : ResourceSet
culture System.Globalization.CultureInfo
createIfNotExists bool
tryParents bool
Résultat System.Resources.ResourceSet

SingleAssemblyComponentResourceManager() public méthode

public SingleAssemblyComponentResourceManager ( Type t ) : System
t System.Type
Résultat System