C# 클래스 System.Runtime.Remoting.Messaging.ConstructorReturnMessage

상속: ReturnMessage, IConstructionReturnMessage, IMethodReturnMessage, IMethodMessage, IMessage
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

공개 메소드들

메소드 설명
ConstructorReturnMessage ( Exception e, IConstructionCallMessage ccm ) : System
ConstructorReturnMessage ( MarshalByRefObject o, Object outArgs, int outArgsCount, LogicalCallContext callCtx, IConstructionCallMessage ccm ) : System

비공개 메소드들

메소드 설명
GetObject ( ) : Object

메소드 상세

ConstructorReturnMessage() 공개 메소드

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

ConstructorReturnMessage() 공개 메소드

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