public class MethodCallMessageWrapper : InternalMessageWrapper, IMethodCallMessage, IMethodMessage, IMessage
|
| 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-write 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 |
| InArgCount | Read-only Supports the Shared Source CLI infrastructure and is not intended to be used directly from your code |
| 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 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. |
| GetInArg | Supports the Shared Source CLI infrastructure and is not intended to be used directly from your code |
| GetInArgName | 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. |
| ToString (inherited from System.Object) |
See base class member description: System.Object.ToString Derived from System.Object, the primary base class for all objects. |
| WrappedMessage (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 MethodCallMessageWrapper( |
msg
public virtual int ArgCount {get;}
|
public virtual object[] Args {get; set;}
|
public virtual bool HasVarArgs {get;}
|
public virtual int InArgCount {get;}
|
public virtual object[] InArgs {get;}
|
public virtual LogicalCallContext LogicalCallContext {get;}
|
public virtual MethodBase MethodBase {get;}
|
public virtual string MethodName {get;}
|
public virtual object MethodSignature {get;}
|
public virtual IDictionary Properties {get;}
|
public virtual string TypeName {get;}
|
public virtual string Uri {get; set;}
|
~MethodCallMessageWrapper(); |
public virtual object GetArg( |
argNum
public virtual string GetArgName( |
index
public virtual int GetHashCode(); |
public virtual object GetInArg( |
argNum
public virtual string GetInArgName( |
index
public Type GetType(); |
protected object MemberwiseClone(); |
public virtual string ToString(); |