terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
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 () |
Static Private Attributes | |
static readonly Type | _minResourceSet |
Definition at line 16 of file ResourceManager.cs.