Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Resources.ManifestBasedResourceGroveler Class Referencesealed

Public Member Functions

 ManifestBasedResourceGroveler (ResourceManager.ResourceManagerMediator mediator)
 
ResourceSet GrovelForResourceSet (CultureInfo culture, Dictionary< string, ResourceSet > localResourceSets, bool tryParents, bool createIfNotExists)
 

Package Functions

ResourceSet CreateResourceSet (Stream store, Assembly assembly)
 

Static Package Functions

static CultureInfo GetNeutralResourcesLanguage (Assembly a, out UltimateResourceFallbackLocation fallbackLocation)
 

Private Member Functions

CultureInfo UltimateFallbackFixup (CultureInfo lookForCulture)
 
Stream GetManifestResourceStream (Assembly satellite, string fileName)
 
Stream CaseInsensitiveManifestResourceStreamLookup (Assembly satellite, string name)
 
Assembly GetSatelliteAssembly (CultureInfo lookForCulture)
 
bool CanUseDefaultResourceClasses (string readerTypeName, string resSetTypeName)
 
void HandleSatelliteMissing ()
 
void HandleResourceStreamMissing (string fileName)
 

Static Private Member Functions

static Assembly InternalGetSatelliteAssembly (Assembly mainAssembly, CultureInfo culture, Version version)
 
static ResourceSet InternalGetResourceSetFromSerializedData (Stream store, string readerTypeName, string resSetTypeName, ResourceManager.ResourceManagerMediator mediator)
 
static string GetManifestResourceNamesList (Assembly assembly)
 

Private Attributes

readonly ResourceManager.ResourceManagerMediator _mediator
 

Detailed Description

Definition at line 9 of file ManifestBasedResourceGroveler.cs.


The documentation for this class was generated from the following file: