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

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

공개 메소드들

메소드 설명
ConstructionCall ( Header headers ) : System
ConstructionCall ( IMessage m ) : System

비공개 메소드들

메소드 설명
ConstructionCall ( SerializationInfo info, StreamingContext context ) : System
FillSpecialHeader ( String key, Object value ) : bool

메소드 상세

ConstructionCall() 공개 메소드

public ConstructionCall ( Header headers ) : System
headers Header
리턴 System

ConstructionCall() 공개 메소드

public ConstructionCall ( IMessage m ) : System
m IMessage
리턴 System