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.Runtime.Remoting.Messaging.MCMDictionary Class Reference
+ Inheritance diagram for System.Runtime.Remoting.Messaging.MCMDictionary:

Public Member Functions

 MCMDictionary (IMethodMessage 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

virtual IDictionary AllocInternalProperties ()
 
virtual object GetMethodProperty (string key)
 
virtual void SetMethodProperty (string key, object value)
 

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 MCMDictionary ()
 

Private Attributes

IDictionary _internalProperties
 
string[] _methodKeys
 
bool _ownProperties
 

Detailed Description

Definition at line 6 of file MCMDictionary.cs.


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