terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
System.Resources.RuntimeResourceSet Class Referencesealed
+ Inheritance diagram for System.Resources.RuntimeResourceSet:

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
 

Detailed Description

Definition at line 9 of file RuntimeResourceSet.cs.


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