terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
Public Member Functions | |
ComponentResourceManager () | |
ComponentResourceManager (Type t) | |
void | ApplyResources (object value, string objectName) |
virtual void | ApplyResources (object value, string objectName, CultureInfo culture) |
virtual ResourceSet | GetResourceSet (CultureInfo culture, bool createIfNotExists, bool tryParents) |
Static Public Attributes | |
static readonly int | MagicNumber |
static readonly int | HeaderVersionNumber |
Protected Member Functions | |
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 | |
CultureInfo | NeutralResourcesCulture [get] |
virtual string | BaseName [get] |
virtual bool | IgnoreCase [get] |
UltimateResourceFallbackLocation | FallbackLocation [get] |
Private Member Functions | |
global::System.Collections.Generic.SortedList< string, object > | FillResources (CultureInfo culture, [Out] ResourceSet resourceSet) |
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) |
Private Attributes | |
Hashtable | _resourceSets |
CultureInfo | _neutralResourcesCulture |
string | moduleDir |
Type | _locationInfo |
Type | _userResourceSet |
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 |
Definition at line 12 of file ComponentResourceManager.cs.