2.2.5 ConstructionResponse
ConstructionResponse is a class. The Library name of the Class is "mscorlib". It is used to contain the activated Server Object.
-
namespace System.Runtime.Remoting.Messaging { class ConstructionResponse { String __Uri; String __MethodName; String __TypeName; System.Object __Return; System.Object[] __OutArgs; System.Object __CallContext; } }
__Uri: The field MAY contain any value and the value MUST be ignored.<7>
__MethodName: A string value that specifies the name of the Remote Method. Its value MUST be ".ctor".
__TypeName: A string value that contains the name of the Server Type that was activated.
__Return: This field contains the activated Server Object.
__OutArgs: The value of this field MUST be an Array of System.Object. The length of the Array MUST be 0.
__CallContext: The value of this field MUST be NullObject.