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

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

Méthodes publiques

Méthode Description
DictionaryWrapper ( IMethodReturnMessage 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 ( IMethodReturnMessage message, IDictionary wrappedDictionary ) : System
message IMethodReturnMessage
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