ConstructionCall Properties
.NET Framework 4.5
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
The ConstructionCall type exposes the following members.
| Name | Description | |
|---|---|---|
|
ActivationType | Infrastructure. Gets the type of the remote object to activate. |
|
ActivationTypeName | Infrastructure. Gets the full type name of the remote object to activate. |
|
Activator | Infrastructure. Gets or sets the activator that activates the remote object. |
|
ArgCount | Infrastructure. Gets the number of arguments passed to a method. (Inherited from MethodCall.) |
|
Args | Infrastructure. Gets an array of arguments passed to a method. (Inherited from MethodCall.) |
|
CallSiteActivationAttributes | Infrastructure. Gets the call site activation attributes for the remote object. |
|
ContextProperties | Infrastructure. Gets a list of properties that define the context in which the remote object is to be created. |
|
HasVarArgs | Infrastructure. Gets a value that indicates whether the method can accept a variable number of arguments. (Inherited from MethodCall.) |
|
InArgCount | Infrastructure. Gets the number of arguments in the method call that are not marked as out parameters. (Inherited from MethodCall.) |
|
InArgs | Infrastructure. Gets an array of arguments in the method call that are not marked as out parameters. (Inherited from MethodCall.) |
|
LogicalCallContext | Infrastructure. Gets the LogicalCallContext for the current method call. (Inherited from MethodCall.) |
|
MethodBase | Infrastructure. Gets the MethodBase of the called method. (Inherited from MethodCall.) |
|
MethodName | Infrastructure. Gets the name of the invoked method. (Inherited from MethodCall.) |
|
MethodSignature | Infrastructure. Gets an object that contains the method signature. (Inherited from MethodCall.) |
|
Properties | Infrastructure. Gets an IDictionary interface that represents a collection of the remoting message's properties. (Overrides MethodCall.Properties.) |
|
TypeName | Infrastructure. Gets the full type name of the remote object on which the method call is being made. (Inherited from MethodCall.) |
|
Uri | Infrastructure. Gets or sets the Uniform Resource Identifier (URI) of the remote object on which the method call is being made. (Inherited from MethodCall.) |