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

Inheritance: MethodCall, IConstructionCallMessage, IMethodCallMessage, IMethodMessage, IMessage
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Méthodes publiques

Méthode Description
ConstructionCall ( Header headers ) : System
ConstructionCall ( IMessage m ) : System

Private Methods

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

Method Details

ConstructionCall() public méthode

public ConstructionCall ( Header headers ) : System
headers Header
Résultat System

ConstructionCall() public méthode

public ConstructionCall ( IMessage m ) : System
m IMessage
Résultat System