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
Loading...
Searching...
No Matches
System.Resources.RuntimeResourceSet Class Referencesealed
+ Inheritance diagram for System.Resources.RuntimeResourceSet:
+ Collaboration diagram for System.Resources.RuntimeResourceSet:

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
 

Detailed Description

Definition at line 13 of file RuntimeResourceSet.cs.


The documentation for this class was generated from the following file: