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

Inheritance: System.Runtime.Remoting.Messaging.MethodCallDictionary
Show file Open project: runefs/Marvin

Public Methods

Method Description
DictionaryWrapper ( IMethodMessage message, IDictionary wrappedDictionary ) : System

Protected Methods

Method Description
AllocInternalProperties ( ) : IDictionary
GetMethodProperty ( string key ) : object
SetMethodProperty ( string key, object value ) : void

Method Details

AllocInternalProperties() protected method

protected AllocInternalProperties ( ) : IDictionary
return IDictionary

DictionaryWrapper() public method

public DictionaryWrapper ( IMethodMessage message, IDictionary wrappedDictionary ) : System
message IMethodMessage
wrappedDictionary IDictionary
return System

GetMethodProperty() protected method

protected GetMethodProperty ( string key ) : object
key string
return object

SetMethodProperty() protected method

protected SetMethodProperty ( string key, object value ) : void
key string
value object
return void