[CLSCompliant(false)] |
ctor #1 | Overloaded:.ctor(Header[] headers) Supports the Shared Source CLI infrastructure and is not intended to be used directly from your code |
ctor #2 | Overloaded:.ctor(IMessage m) Supports the Shared Source CLI infrastructure and is not intended to be used directly from your code |
ActivationType | Read-only Supports the Shared Source CLI infrastructure and is not intended to be used directly from your code |
ActivationTypeName | Read-only Supports the Shared Source CLI infrastructure and is not intended to be used directly from your code |
Activator | Read-write Supports the Shared Source CLI infrastructure and is not intended to be used directly from your code |
ArgCount��(inherited) | Read-only See base class member description: System.Runtime.Remoting.Messaging.IMethodMessage.ArgCount Gets the number of arguments passed to the method. |
Args��(inherited) | Read-only See base class member description: System.Runtime.Remoting.Messaging.IMethodMessage.Args Gets an array of arguments passed to the method. |
CallSiteActivationAttributes | Read-only Supports the Shared Source CLI infrastructure and is not intended to be used directly from your code |
ContextProperties | Read-only Supports the Shared Source CLI infrastructure and is not intended to be used directly from your code |
HasVarArgs��(inherited) | Read-only See base class member description: System.Runtime.Remoting.Messaging.IMethodMessage.HasVarArgs Gets a value indicating whether the message has variable arguments. |
InArgCount��(inherited) | Read-only See base class member description: System.Runtime.Remoting.Messaging.IMethodCallMessage.InArgCount Gets the number of arguments in the call that are not marked as out parameters. |
InArgs��(inherited) | Read-only See base class member description: System.Runtime.Remoting.Messaging.IMethodCallMessage.InArgs Gets an array of arguments that are not marked as out parameters. |
LogicalCallContext��(inherited) | Read-only See base class member description: System.Runtime.Remoting.Messaging.IMethodMessage.LogicalCallContext Gets the LogicalCallContext for the current method call. |
MethodBase��(inherited) | Read-only See base class member description: System.Runtime.Remoting.Messaging.IMethodMessage.MethodBase Gets the MethodBase of the called method. |
MethodName��(inherited) | Read-only See base class member description: System.Runtime.Remoting.Messaging.IMethodMessage.MethodName Gets the name of the invoked method. |
MethodSignature��(inherited) | Read-only See base class member description: System.Runtime.Remoting.Messaging.IMethodMessage.MethodSignature Gets an object containing the method signature. |
Properties | Read-only Overridden: Supports the Shared Source CLI infrastructure and is not intended to be used directly from your code |
TypeName��(inherited) | Read-only See base class member description: System.Runtime.Remoting.Messaging.IMethodMessage.TypeName Gets the full Type name of the specific object that the call is destined for. |
Uri��(inherited) | Read-write See base class member description: System.Runtime.Remoting.Messaging.IMethodMessage.Uri Gets the URI of the specific object that the call is destined for. |
Equals (inherited from�System.Object) |
See base class member description: System.Object.Equals Derived from System.Object, the primary base class for all objects. |
GetArg��(inherited) | See base class member description: System.Runtime.Remoting.Messaging.IMethodMessage.GetArg Gets a specific argument as an Object. |
GetArgName��(inherited) | See base class member description: System.Runtime.Remoting.Messaging.IMethodMessage.GetArgName Gets the name of the argument passed to the method. |
GetHashCode (inherited from�System.Object) |
See base class member description: System.Object.GetHashCode Derived from System.Object, the primary base class for all objects. |
GetInArg��(inherited) | See base class member description: System.Runtime.Remoting.Messaging.IMethodCallMessage.GetInArg Returns the specified argument that is not marked as an out parameter. |
GetInArgName��(inherited) | See base class member description: System.Runtime.Remoting.Messaging.IMethodCallMessage.GetInArgName Returns the name of the specified argument that is not marked as an out parameter. |
GetObjectData��(inherited) | See base class member description: System.Runtime.Serialization.ISerializable.GetObjectData Populates a SerializationInfo with the data needed to serialize the target object. |
GetType (inherited from�System.Object) |
See base class member description: System.Object.GetType Derived from System.Object, the primary base class for all objects. |
HeaderHandler��(inherited) | This member is inherited from a type or implements a member of an interface which internally supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
Init��(inherited) | This member is inherited from a type or implements a member of an interface which internally supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
ResolveMethod��(inherited) | This member is inherited from a type or implements a member of an interface which internally supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
RootSetObjectData��(inherited) | This member is inherited from a type or implements a member of an interface which internally supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
ToString (inherited from�System.Object) |
See base class member description: System.Object.ToString Derived from System.Object, the primary base class for all objects. |
ExternalProperties��(inherited) | This member is inherited from a type or implements a member of an interface which internally supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
InternalProperties��(inherited) | This member is inherited from a type or implements a member of an interface which internally supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
Finalize (inherited from�System.Object) |
See base class member description: System.Object.Finalize Derived from System.Object, the primary base class for all objects. |
MemberwiseClone (inherited from�System.Object) |
See base class member description: System.Object.MemberwiseClone Derived from System.Object, the primary base class for all objects. |
Hierarchy:
public ConstructionCall( |
headers
public ConstructionCall( |
m
public Type�ActivationType {get;}
|
public string�ActivationTypeName {get;}
|
public IActivator�Activator {get; set;}
|
int�ArgCount {get;}
|
object[]�Args {get;}
|
public object[]�CallSiteActivationAttributes {get;}
|
public IList�ContextProperties {get;}
|
bool�HasVarArgs {get;}
|
int�InArgCount {get;}
|
object[]�InArgs {get;}
|
LogicalCallContext�LogicalCallContext {get;}
|
MethodBase�MethodBase {get;}
|
string�MethodName {get;}
|
object�MethodSignature {get;}
|
public override IDictionary�Properties {get;}
|
string�TypeName {get;}
|
string�Uri {get;}
|
~ConstructionCall(); |
argNum
index
public virtual int�GetHashCode(); |
argNum
index
void GetObjectData( |
info
context
public Type�GetType(); |
protected object�MemberwiseClone(); |
public virtual string ToString(); |