[CLSCompliant(false)] |
| ctor #1 | Overloaded:.ctor(Header[] h1) Initializes a new MethodCall. |
| ctor #2 | Overloaded:.ctor(IMessage msg) Initializes a new MethodCall. |
| 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 |
| HasVarArgs | Read-only |
| InArgCount | Read-only The number of arguments. |
| InArgs | 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 |
| Properties | 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 Get or set the Uniform Resource Identifier (URI) of a specific instance of an object. |
| 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. |
| GetInArg | Supports the Shared Source CLI infrastructure and is not intended to be used directly from your code |
| GetInArgName | Return the name of a specific argument. |
| GetObjectData | Supports the Shared Source CLI infrastructure and is not intended to be used directly from your code |
| 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 |
| Init | Supports the Shared Source CLI infrastructure and is not intended to be used directly from your code |
| ResolveMethod | 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 MethodCall( |
h1
public MethodCall( |
msg
protected IDictionary ExternalProperties;
|
protected IDictionary InternalProperties;
|
public int ArgCount {get;}
|
public object[] Args {get;}
|
public bool HasVarArgs {get;}
|
public int InArgCount {get;}
|
public object[] InArgs {get;}
|
public LogicalCallContext LogicalCallContext {get;}
|
public MethodBase MethodBase {get;}
|
public string MethodName {get;}
|
public object MethodSignature {get;}
|
public virtual IDictionary Properties {get;}
|
public string TypeName {get;}
|
public string Uri {get; set;}
|
~MethodCall(); |
public object GetArg( |
argNum
public string GetArgName( |
index
public virtual int GetHashCode(); |
public object GetInArg( |
argNum
index
public void GetObjectData( |
info
context
public Type GetType(); |
public virtual object HeaderHandler( |
h
public virtual void Init(); |
protected object MemberwiseClone(); |
public void ResolveMethod(); |
public void RootSetObjectData( |
info
ctx
public virtual string ToString(); |