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