[CLSCompliant(false)] |
| ctor #1 | Supports the Shared Source CLI infrastructure and is not intended to be used directly from your code |
| ArgCount | Read-only Supports the Shared Source CLI infrastructure and is not intended to be used directly from your code |
| Args | Read-only Supports the Shared Source CLI infrastructure and is not intended to be used directly from your code |
| Exception | Read-only Supports the Shared Source CLI infrastructure and is not intended to be used directly from your code |
| HasVarArgs | Read-only Supports the Shared Source CLI infrastructure and is not intended to be used directly from your code |
| LogicalCallContext | Read-only Supports the Shared Source CLI infrastructure and is not intended to be used directly from your code |
| MethodBase | Read-only Supports the Shared Source CLI infrastructure and is not intended to be used directly from your code |
| MethodName | Read-only Supports the Shared Source CLI infrastructure and is not intended to be used directly from your code |
| MethodSignature | Read-only Supports the Shared Source CLI infrastructure and is not intended to be used directly from your code |
| OutArgCount | Read-only The number of out arguments. |
| OutArgs | Read-only Supports the Shared Source CLI infrastructure and is not intended to be used directly from your code |
| Properties | Read-only Supports the Shared Source CLI infrastructure and is not intended to be used directly from your code |
| ReturnValue | Read-only Supports the Shared Source CLI infrastructure and is not intended to be used directly from your code |
| TypeName | Read-only Supports the Shared Source CLI infrastructure and is not intended to be used directly from your code |
| Uri | Read-write Supports the Shared Source CLI infrastructure and is not intended to be used directly from your code |
| 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 | Supports the Shared Source CLI infrastructure and is not intended to be used directly from your code |
| GetArgName | Supports the Shared Source CLI infrastructure and is not intended to be used directly from your code |
| 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 | Supports the Shared Source CLI infrastructure and is not intended to be used directly from your code |
| GetOutArg | Supports the Shared Source CLI infrastructure and is not intended to be used directly from your code |
| GetOutArgName | Return the name of a specific out argument. |
| 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 | Supports the Shared Source CLI infrastructure and is not intended to be used directly from your code |
| RootSetObjectData | Supports the Shared Source CLI 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 | Supports the Shared Source CLI infrastructure and is not intended to be used directly from your code |
| InternalProperties | Supports the Shared Source CLI 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 MethodResponse( |
h1
mcm
protected IDictionary ExternalProperties;
|
protected IDictionary InternalProperties;
|
public int ArgCount {get;}
|
public object[] Args {get;}
|
public Exception Exception {get;}
|
public bool HasVarArgs {get;}
|
public LogicalCallContext LogicalCallContext {get;}
|
public MethodBase MethodBase {get;}
|
public string MethodName {get;}
|
public object MethodSignature {get;}
|
public int OutArgCount {get;}
|
public object[] OutArgs {get;}
|
public virtual IDictionary Properties {get;}
|
public object ReturnValue {get;}
|
public string TypeName {get;}
|
public string Uri {get; set;}
|
~MethodResponse(); |
public object GetArg( |
argNum
public string GetArgName( |
index
public virtual int GetHashCode(); |
public virtual void GetObjectData( |
info
context
public object GetOutArg( |
argNum
index
public Type GetType(); |
public virtual object HeaderHandler( |
h
protected object MemberwiseClone(); |
public void RootSetObjectData( |
info
ctx
public virtual string ToString(); |