terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
|
Classes | |
class | CultureNameResourceSetPair |
class | ResourceManagerMediator |
Public Member Functions | |
ResourceManager (global::System.Type resourceSource) | |
virtual ResourceSet | GetResourceSet (global::System.Globalization.CultureInfo culture, bool createIfNotExists, bool tryParents) |
Static Public Attributes | |
static readonly int | MagicNumber |
static readonly int | HeaderVersionNumber |
Protected Member Functions | |
ResourceManager () | |
virtual string | GetResourceFileName (global::System.Globalization.CultureInfo culture) |
virtual ResourceSet | InternalGetResourceSet (global::System.Globalization.CultureInfo culture, bool createIfNotExists, bool tryParents) |
Static Protected Member Functions | |
static global::System.Version | GetSatelliteContractVersion (global::System.Reflection.Assembly a) |
static global::System.Globalization.CultureInfo | GetNeutralResourcesLanguage (global::System.Reflection.Assembly a) |
Protected Attributes | |
string | BaseNameField |
global::System.Collections.Hashtable | ResourceSets |
global::System.Reflection.Assembly | MainAssembly |
Static Package Functions | |
static bool | CompareNames (string asmTypeName1, string typeName2, global::System.Reflection.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, set] |
virtual bool | IgnoreCase [get, set] |
UltimateResourceFallbackLocation | FallbackLocation [get, set] |
Private Member Functions | |
void | Init () |
void | OnDeserializing (global::System.Runtime.Serialization.StreamingContext ctx) |
void | OnDeserialized (global::System.Runtime.Serialization.StreamingContext ctx) |
void | OnSerializing (global::System.Runtime.Serialization.StreamingContext ctx) |
void | CommonAssemblyInit () |
ResourceSet | InternalGetResourceSet (global::System.Globalization.CultureInfo requestedCulture, bool createIfNotExists, bool tryParents, ref global::System.Threading.StackCrawlMark stackMark) |
void | SetAppXConfiguration () |
Static Private Member Functions | |
static void | AddResourceSet (global::System.Collections.Generic.Dictionary< string, ResourceSet > localResourceSets, string cultureName, ref ResourceSet rs) |
static | ResourceManager () |
Private Attributes | |
global::System.Collections.Generic.Dictionary< string, ResourceSet > | _resourceSets |
string | moduleDir |
global::System.Type | _locationInfo |
global::System.Type | _userResourceSet |
global::System.Globalization.CultureInfo | _neutralResourcesCulture |
ResourceManager.CultureNameResourceSetPair | _lastUsedResourceCache |
bool | _ignoreCase |
bool | UseManifest |
bool | UseSatelliteAssem |
UltimateResourceFallbackLocation | _fallbackLoc |
global::System.Version | _satelliteContractVersion |
bool | _lookedForSatelliteContractVersion |
global::System.Reflection.Assembly | _callingAssembly |
global::System.Reflection.RuntimeAssembly | m_callingAssembly |
IResourceGroveler | resourceGroveler |
Static Private Attributes | |
static readonly global::System.Type | _minResourceSet |
Definition at line 20 of file ResourceManager.cs.