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

Inheritance: MessageDictionary
ファイルを表示 Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Properties

Property Type Description
MCMkeys String[]

Public Methods

Method Description
MCMDictionary ( IMethodCallMessage msg, IDictionary idict ) : System

Private Methods

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

Method Details

MCMDictionary() public method

public MCMDictionary ( IMethodCallMessage msg, IDictionary idict ) : System
msg IMethodCallMessage
idict IDictionary
return System

Property Details

MCMkeys public_oe static_oe property

public static String[] MCMkeys
return String[]