terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
System.Resources.ResourceManager Class Reference
+ Inheritance diagram for System.Resources.ResourceManager:

Classes

class  CultureNameResourceSetPair
 
class  ResourceManagerMediator
 

Public Member Functions

 ResourceManager (Type resourceSource)
 
virtual ResourceSet GetResourceSet (CultureInfo culture, bool createIfNotExists, bool tryParents)
 

Static Public Attributes

static readonly int MagicNumber
 
static readonly int HeaderVersionNumber
 

Protected Member Functions

 ResourceManager ()
 
virtual string GetResourceFileName (CultureInfo culture)
 
virtual ResourceSet InternalGetResourceSet (CultureInfo culture, bool createIfNotExists, bool tryParents)
 

Static Protected Member Functions

static Version GetSatelliteContractVersion (Assembly a)
 
static CultureInfo GetNeutralResourcesLanguage (Assembly a)
 

Protected Attributes

string BaseNameField
 
Hashtable ResourceSets
 
Assembly MainAssembly
 

Static Package Functions

static bool CompareNames (string asmTypeName1, string typeName2, AssemblyName asmName2)
 

Static Package Attributes

static readonly string ResReaderTypeName
 
static readonly string ResSetTypeName
 
static readonly string MscorlibName
 
static readonly int DEBUG
 

Properties

virtual string BaseName [get]
 
virtual bool IgnoreCase [get]
 
UltimateResourceFallbackLocation FallbackLocation [get]
 

Private Member Functions

void Init ()
 
void OnDeserializing (StreamingContext ctx)
 
void OnDeserialized (StreamingContext ctx)
 
void OnSerializing (StreamingContext ctx)
 
void CommonAssemblyInit ()
 
ResourceSet InternalGetResourceSet (CultureInfo requestedCulture, bool createIfNotExists, bool tryParents, StackCrawlMark stackMark)
 
void SetAppXConfiguration ()
 

Static Private Member Functions

static void AddResourceSet (Dictionary< string, ResourceSet > localResourceSets, string cultureName, ResourceSet rs)
 
static ResourceManager ()
 

Private Attributes

Dictionary< string, ResourceSet_resourceSets
 
string moduleDir
 
Type _locationInfo
 
Type _userResourceSet
 
CultureInfo _neutralResourcesCulture
 
ResourceManager.CultureNameResourceSetPair _lastUsedResourceCache
 
bool _ignoreCase
 
bool UseManifest
 
bool UseSatelliteAssem
 
UltimateResourceFallbackLocation _fallbackLoc
 
Version _satelliteContractVersion
 
bool _lookedForSatelliteContractVersion
 
Assembly _callingAssembly
 
RuntimeAssembly m_callingAssembly
 
IResourceGroveler resourceGroveler
 

Static Private Attributes

static readonly Type _minResourceSet
 

Detailed Description

Definition at line 16 of file ResourceManager.cs.


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