C# Class System.Runtime.Remoting.Messaging.MethodCallMessageWrapper.DictionaryWrapper

Inheritance: System.Runtime.Remoting.Messaging.MethodCallDictionary
Afficher le fichier Open project: runefs/Marvin

Méthodes publiques

Méthode Description
DictionaryWrapper ( IMethodMessage message, IDictionary wrappedDictionary ) : System

Méthodes protégées

Méthode Description
AllocInternalProperties ( ) : IDictionary
GetMethodProperty ( string key ) : object
SetMethodProperty ( string key, object value ) : void

Method Details

AllocInternalProperties() protected méthode

protected AllocInternalProperties ( ) : IDictionary
Résultat IDictionary

DictionaryWrapper() public méthode

public DictionaryWrapper ( IMethodMessage message, IDictionary wrappedDictionary ) : System
message IMethodMessage
wrappedDictionary IDictionary
Résultat System

GetMethodProperty() protected méthode

protected GetMethodProperty ( string key ) : object
key string
Résultat object

SetMethodProperty() protected méthode

protected SetMethodProperty ( string key, object value ) : void
key string
value object
Résultat void