System.Runtime.Remoting.Messaging.ConstructionCall Members

The members of System.Runtime.Remoting.Messaging.ConstructionCall are listed below.

See Also: Inherited members from System.Runtime.Remoting.Messaging.MethodCall

Public Constructors

Initializes a new instance of the System.Runtime.Remoting.Messaging.ConstructionCall class from an array of remoting headers.

Initializes a new instance of the System.Runtime.Remoting.Messaging.ConstructionCall class by copying an existing message.

Public Properties

[read-only]
ActivationTypeType.

Gets the type of the remote object to activate.

[read-only]
ActivationTypeNamestring.

Gets the full type name of the remote object to activate.

ActivatorSystem.Runtime.Remoting.Activation.IActivator.

Gets or sets the activator that activates the remote object.

[read-only]
CallSiteActivationAttributesobject[].

Gets the call site activation attributes for the remote object.

[read-only]
ContextPropertiesIList.

Gets a list of properties that define the context in which the remote object is to be created.

[read-only]
override
PropertiesIDictionary.

Gets an IDictionary interface that represents a collection of the remoting message's properties.

Public Methods