C# Class System.Runtime.Remoting.Messaging.MRMDictionary

Inheritance: MessageDictionary
显示文件 Open project: gbarnett/shared-source-cli-2.0

Public Properties

Property Type Description
MCMkeysFault String[]
MCMkeysNoFault String[]

Public Methods

Method Description
MRMDictionary ( IMethodReturnMessage msg, IDictionary idict ) : System

Private Methods

Method Description
FetchLogicalCallContext ( ) : LogicalCallContext
GetMessageValue ( int i ) : Object
SetSpecialKey ( int keyNum, Object value ) : void

Method Details

MRMDictionary() public method

public MRMDictionary ( IMethodReturnMessage msg, IDictionary idict ) : System
msg IMethodReturnMessage
idict IDictionary
return System

Property Details

MCMkeysFault public_oe static_oe property

public static String[] MCMkeysFault
return String[]

MCMkeysNoFault public_oe static_oe property

public static String[] MCMkeysNoFault
return String[]