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 | |
ConstructionCallDictionary (IConstructionCallMessage message) | |
IDictionary | GetInternalProperties () |
void | Add (object key, object value) |
void | Clear () |
bool | Contains (object key) |
void | Remove (object key) |
void | CopyTo (Array array, int index) |
IDictionaryEnumerator | GetEnumerator () |
Static Public Attributes | |
static string[] | InternalKeys |
Protected Member Functions | |
override object | GetMethodProperty (string key) |
override void | SetMethodProperty (string key, object value) |
virtual IDictionary | AllocInternalProperties () |
Protected Attributes | |
IMethodMessage | _message |
Package Functions | |
bool | HasUserData () |
Properties | |
IDictionary | InternalDictionary [get] |
string[] | MethodKeys [set] |
bool | IsFixedSize [get] |
bool | IsReadOnly [get] |
object | this[object key] [get, set] |
ICollection | Keys [get] |
ICollection | Values [get] |
int | Count [get] |
bool | IsSynchronized [get] |
object | SyncRoot [get] |
Private Member Functions | |
bool | IsOverridenKey (string key) |
IEnumerator IEnumerable. | GetEnumerator () |
Static Private Member Functions | |
static | ConstructionCallDictionary () |
Private Attributes | |
IDictionary | _internalProperties |
string[] | _methodKeys |
bool | _ownProperties |
Definition at line 7 of file ConstructionCallDictionary.cs.