|
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
|
Inheritance diagram for System.ComponentModel.ComponentResourceManager:
Collaboration diagram for System.ComponentModel.ComponentResourceManager: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 (global::System.Globalization.CultureInfo culture, bool createIfNotExists, bool tryParents) |
Static Public Attributes | |
| static readonly int | MagicNumber |
| static readonly int | HeaderVersionNumber |
Protected Member Functions | |
| 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 | |
| CultureInfo | NeutralResourcesCulture [get, set] |
| virtual string | BaseName [get, set] |
| virtual bool | IgnoreCase [get, set] |
| UltimateResourceFallbackLocation | FallbackLocation [get, set] |
Private Member Functions | |
| SortedList< string, object > | FillResources (CultureInfo culture, out ResourceSet resourceSet) |
| 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) |
Private Attributes | |
| Hashtable | _resourceSets |
| CultureInfo | _neutralResourcesCulture |
| string | moduleDir |
| global::System.Type | _locationInfo |
| global::System.Type | _userResourceSet |
| 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 13 of file ComponentResourceManager.cs.