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

Classes

class  DictionaryEnumerator
 

Public Member Functions

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

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

Private Attributes

IDictionary _internalProperties
 
string[] _methodKeys
 
bool _ownProperties
 

Detailed Description

Definition at line 9 of file MessageDictionary.cs.


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