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 | |
override IDictionaryEnumerator | GetEnumerator () |
override string | GetString (string key) |
override string | GetString (string key, bool ignoreCase) |
override object | GetObject (string key) |
override object | GetObject (string key, bool ignoreCase) |
void | Dispose () |
Protected Member Functions | |
override void | Dispose (bool disposing) |
Protected Attributes | |
IResourceReader | Reader |
Hashtable | Table |
Package Functions | |
RuntimeResourceSet (string fileName) | |
RuntimeResourceSet (Stream stream) | |
Static Package Attributes | |
const int | Version = 2 |
Private Member Functions | |
IEnumerator IEnumerable. | GetEnumerator () |
IDictionaryEnumerator | GetEnumeratorHelper () |
object | GetObject (string key, bool ignoreCase, bool isString) |
object | ResolveResourceLocator (ResourceLocator resLocation, string key, Dictionary< string, ResourceLocator > copyOfCache, bool keyInWrongCase) |
void | CommonInit () |
object | GetObjectInternal (string name) |
object | GetCaseInsensitiveObjectInternal (string name) |
Private Attributes | |
Dictionary< string, ResourceLocator > | _resCache |
ResourceReader | _defaultReader |
Dictionary< string, ResourceLocator > | _caseInsensitiveTable |
bool | _haveReadFromReader |
Definition at line 9 of file RuntimeResourceSet.cs.