[CLSCompliant(false)] |
| ctor #1 |
| 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. |
| Exception (inherited) | Read-only See base class member description: System.Runtime.Remoting.Messaging.IMethodReturnMessage.Exception |
| 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. |
| 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. |
| OutArgCount (inherited) | Read-only See base class member description: System.Runtime.Remoting.Messaging.IMethodReturnMessage.OutArgCount Gets the number of arguments in the method call marked as ref or out parameters. |
| OutArgs (inherited) | Read-only See base class member description: System.Runtime.Remoting.Messaging.IMethodReturnMessage.OutArgs Returns the specified argument marked as a ref or an out parameter. |
| Properties | Read-only Overridden: Supports the Shared Source CLI infrastructure and is not intended to be used directly from your code |
| ReturnValue (inherited) | Read-only See base class member description: System.Runtime.Remoting.Messaging.IMethodReturnMessage.ReturnValue Gets the return value of the method call. |
| 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. |
| GetObjectData (inherited) | See base class member description: System.Runtime.Serialization.ISerializable.GetObjectData Populates a SerializationInfo with the data needed to serialize the target object. |
| GetOutArg (inherited) | See base class member description: System.Runtime.Remoting.Messaging.IMethodReturnMessage.GetOutArg Returns the specified argument marked as a ref or an out parameter. |
| GetOutArgName (inherited) | See base class member description: System.Runtime.Remoting.Messaging.IMethodReturnMessage.GetOutArgName Returns the name of the specified argument marked as a ref or an out parameter. |
| 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. |
| 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 ConstructionResponse( |
h
mcm
int ArgCount {get;}
|
object[] Args {get;}
|
Exception Exception {get;}
|
bool HasVarArgs {get;}
|
LogicalCallContext LogicalCallContext {get;}
|
MethodBase MethodBase {get;}
|
string MethodName {get;}
|
object MethodSignature {get;}
|
int OutArgCount {get;}
|
object[] OutArgs {get;}
|
public override IDictionary Properties {get;}
|
object ReturnValue {get;}
|
string TypeName {get;}
|
string Uri {get;}
|
~ConstructionResponse(); |
argNum
index
public virtual int GetHashCode(); |
void GetObjectData( |
info
context
argNum
index
public Type GetType(); |
protected object MemberwiseClone(); |
public virtual string ToString(); |