System.Runtime.Remoting.Activation.IConstructionCallMessage.ContextProperties Property

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

Syntax

public IList ContextProperties { get; }

Value

Documentation for this section has not yet been entered.

Remarks

A new object's context is generally chosen based on metadata attributes of the class. The context selection mechanism is extensible through custom attributes, also known as static context properties, which are compiled into the class metadata. When activating an object remotely, the IConstructionCallMessage.ContextProperties contains the list of properties that were contributed by various attributes in the construction call message. These properties are used to create the context in which the server object is activated.

Requirements

Namespace: System.Runtime.Remoting.Activation
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0