C# 클래스 System.Runtime.Remoting.Messaging.MethodCallMessageWrapper.DictionaryWrapper

상속: System.Runtime.Remoting.Messaging.MethodCallDictionary
파일 보기 프로젝트 열기: runefs/Marvin

공개 메소드들

메소드 설명
DictionaryWrapper ( IMethodMessage message, IDictionary wrappedDictionary ) : System

보호된 메소드들

메소드 설명
AllocInternalProperties ( ) : IDictionary
GetMethodProperty ( string key ) : object
SetMethodProperty ( string key, object value ) : void

메소드 상세

AllocInternalProperties() 보호된 메소드

protected AllocInternalProperties ( ) : IDictionary
리턴 IDictionary

DictionaryWrapper() 공개 메소드

public DictionaryWrapper ( IMethodMessage message, IDictionary wrappedDictionary ) : System
message IMethodMessage
wrappedDictionary IDictionary
리턴 System

GetMethodProperty() 보호된 메소드

protected GetMethodProperty ( string key ) : object
key string
리턴 object

SetMethodProperty() 보호된 메소드

protected SetMethodProperty ( string key, object value ) : void
key string
value object
리턴 void