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
Mostrar archivo Open project: offbyoneBB/mp-onlinevideos2

Public Methods

Method Description
SingleAssemblyComponentResourceManager ( Type t ) : System

Protected Methods

Method Description
InternalGetResourceSet ( CultureInfo culture, bool createIfNotExists, bool tryParents ) : ResourceSet

Private Methods

Method Description
AddResourceSet ( Hashtable localResourceSets, CultureInfo culture, ResourceSet &rs ) : void

Method Details

InternalGetResourceSet() protected method

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

SingleAssemblyComponentResourceManager() public method

public SingleAssemblyComponentResourceManager ( Type t ) : System
t System.Type
return System