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

Inheritance: ReturnMessage, IConstructionReturnMessage, IMethodReturnMessage, IMethodMessage, IMessage
ファイルを表示 Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

Method Description
ConstructorReturnMessage ( Exception e, IConstructionCallMessage ccm ) : System
ConstructorReturnMessage ( MarshalByRefObject o, Object outArgs, int outArgsCount, LogicalCallContext callCtx, IConstructionCallMessage ccm ) : System

Private Methods

Method Description
GetObject ( ) : Object

Method Details

ConstructorReturnMessage() public method

public ConstructorReturnMessage ( Exception e, IConstructionCallMessage ccm ) : System
e System.Exception
ccm IConstructionCallMessage
return System

ConstructorReturnMessage() public method

public ConstructorReturnMessage ( MarshalByRefObject o, Object outArgs, int outArgsCount, LogicalCallContext callCtx, IConstructionCallMessage ccm ) : System
o System.MarshalByRefObject
outArgs Object
outArgsCount int
callCtx LogicalCallContext
ccm IConstructionCallMessage
return System