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

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

Public Methods

Method Description
ConstructionCall ( Header headers ) : System
ConstructionCall ( IMessage m ) : System

Private Methods

Method Description
ConstructionCall ( SerializationInfo info, StreamingContext context ) : System
FillSpecialHeader ( String key, Object value ) : bool

Method Details

ConstructionCall() public method

public ConstructionCall ( Header headers ) : System
headers Header
return System

ConstructionCall() public method

public ConstructionCall ( IMessage m ) : System
m IMessage
return System