System.Runtime.Remoting.Messaging.MethodCallMessageWrapper Class

Assembly: Mscorlib.dll
Namespace: System.Runtime.Remoting.Messaging
This type supports the Shared Source CLI infrastructure and is not intended to be used directly from your code.
Summary
Reserved class, for internal use only.
C# Syntax:
public class MethodCallMessageWrapper : InternalMessageWrapper, IMethodCallMessage, IMethodMessage, IMessage
See also:
System.Runtime.Remoting.Messaging Namespace

System.Runtime.Remoting.Messaging.MethodCallMessageWrapper Member List:

Public Constructors
ctor #1 Supports the Shared Source CLI infrastructure and is not intended to be used directly from your code
Public Properties
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
Public Methods
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.
Protected Fields
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.
Protected Methods
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:


System.Runtime.Remoting.Messaging.MethodCallMessageWrapper Member Details

ctor #1
Summary
Supports the Shared Source CLI infrastructure and is not intended to be used directly from your code
This type supports the Shared Source CLI infrastructure and is not intended to be used directly from your code.
C# Syntax:
public MethodCallMessageWrapper(
   IMethodCallMessage msg
);
Parameters:

msg

Return to top


Field: 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.

Return to top


Property: ArgCount (read-only)
Summary
Supports the Shared Source CLI infrastructure and is not intended to be used directly from your code
This type supports the Shared Source CLI infrastructure and is not intended to be used directly from your code.
C# Syntax:
public virtual int ArgCount {get;}
Implements:
IMethodMessage.ArgCount

Return to top


Property: Args (read-write)
Summary
Supports the Shared Source CLI infrastructure and is not intended to be used directly from your code
This type supports the Shared Source CLI infrastructure and is not intended to be used directly from your code.
C# Syntax:
public virtual object[] Args {get; set;}
Implements:
IMethodMessage.Args

Return to top


Property: HasVarArgs (read-only)
Summary
Supports the Shared Source CLI infrastructure and is not intended to be used directly from your code
This type supports the Shared Source CLI infrastructure and is not intended to be used directly from your code.
C# Syntax:
public virtual bool HasVarArgs {get;}
Implements:
IMethodMessage.HasVarArgs

Return to top


Property: InArgCount (read-only)
Summary
Supports the Shared Source CLI infrastructure and is not intended to be used directly from your code
This type supports the Shared Source CLI infrastructure and is not intended to be used directly from your code.
C# Syntax:
public virtual int InArgCount {get;}
Implements:
IMethodCallMessage.InArgCount

Return to top


Property: InArgs (read-only)
Summary
Supports the Shared Source CLI infrastructure and is not intended to be used directly from your code
This type supports the Shared Source CLI infrastructure and is not intended to be used directly from your code.
C# Syntax:
public virtual object[] InArgs {get;}
Implements:
IMethodCallMessage.InArgs

Return to top


Property: LogicalCallContext (read-only)
Summary
Supports the Shared Source CLI infrastructure and is not intended to be used directly from your code
This type supports the Shared Source CLI infrastructure and is not intended to be used directly from your code.
C# Syntax:
public virtual LogicalCallContext LogicalCallContext {get;}
Implements:
IMethodMessage.LogicalCallContext

Return to top


Property: MethodBase (read-only)
Summary
Supports the Shared Source CLI infrastructure and is not intended to be used directly from your code
This type supports the Shared Source CLI infrastructure and is not intended to be used directly from your code.
C# Syntax:
public virtual MethodBase MethodBase {get;}
Implements:
IMethodMessage.MethodBase

Return to top


Property: MethodName (read-only)
Summary
Supports the Shared Source CLI infrastructure and is not intended to be used directly from your code
This type supports the Shared Source CLI infrastructure and is not intended to be used directly from your code.
C# Syntax:
public virtual string MethodName {get;}
Implements:
IMethodMessage.MethodName

Return to top


Property: MethodSignature (read-only)
Summary
Supports the Shared Source CLI infrastructure and is not intended to be used directly from your code
This type supports the Shared Source CLI infrastructure and is not intended to be used directly from your code.
C# Syntax:
public virtual object MethodSignature {get;}
Implements:
IMethodMessage.MethodSignature

Return to top


Property: Properties (read-only)
Summary
Supports the Shared Source CLI infrastructure and is not intended to be used directly from your code
This type supports the Shared Source CLI infrastructure and is not intended to be used directly from your code.
C# Syntax:
public virtual IDictionary Properties {get;}
Implements:
IMessage.Properties

Return to top


Property: TypeName (read-only)
Summary
Supports the Shared Source CLI infrastructure and is not intended to be used directly from your code
This type supports the Shared Source CLI infrastructure and is not intended to be used directly from your code.
C# Syntax:
public virtual string TypeName {get;}
Implements:
IMethodMessage.TypeName

Return to top


Property: Uri (read-write)
Summary
Supports the Shared Source CLI infrastructure and is not intended to be used directly from your code
This type supports the Shared Source CLI infrastructure and is not intended to be used directly from your code.
C# Syntax:
public virtual string Uri {get; set;}
Implements:
IMethodMessage.Uri

Return to top


Method: Equals(
   object obj
)
Inherited
See base class member description: System.Object.Equals
C# Syntax:
public virtual bool Equals(
   object obj
);

For more information on members inherited from System.Object click on the link above.

Return to top


Method: Finalize()
Inherited
See base class member description: System.Object.Finalize
C# Syntax:
~MethodCallMessageWrapper();

For more information on members inherited from System.Object click on the link above.

Return to top


Method: GetArg(
   int argNum
)
Summary
Supports the Shared Source CLI infrastructure and is not intended to be used directly from your code
This type supports the Shared Source CLI infrastructure and is not intended to be used directly from your code.
C# Syntax:
public virtual object GetArg(
   int argNum
);
Parameters:

argNum

Implements:
IMethodMessage.GetArg

Return to top


Method: GetArgName(
   int index
)
Summary
Supports the Shared Source CLI infrastructure and is not intended to be used directly from your code
This type supports the Shared Source CLI infrastructure and is not intended to be used directly from your code.
C# Syntax:
public virtual string GetArgName(
   int index
);
Parameters:

index

Implements:
IMethodMessage.GetArgName

Return to top


Method: GetHashCode()
Inherited
See base class member description: System.Object.GetHashCode
C# Syntax:
public virtual int GetHashCode();

For more information on members inherited from System.Object click on the link above.

Return to top


Method: GetInArg(
   int argNum
)
Summary
Supports the Shared Source CLI infrastructure and is not intended to be used directly from your code
This type supports the Shared Source CLI infrastructure and is not intended to be used directly from your code.
C# Syntax:
public virtual object GetInArg(
   int argNum
);
Parameters:

argNum

Implements:
IMethodCallMessage.GetInArg

Return to top


Method: GetInArgName(
   int index
)
Summary
Supports the Shared Source CLI infrastructure and is not intended to be used directly from your code
This type supports the Shared Source CLI infrastructure and is not intended to be used directly from your code.
C# Syntax:
public virtual string GetInArgName(
   int index
);
Parameters:

index

Implements:
IMethodCallMessage.GetInArgName

Return to top


Method: GetType()
Inherited
See base class member description: System.Object.GetType
C# Syntax:
public Type GetType();

For more information on members inherited from System.Object click on the link above.

Return to top


Method: MemberwiseClone()
Inherited
See base class member description: System.Object.MemberwiseClone
C# Syntax:
protected object MemberwiseClone();

For more information on members inherited from System.Object click on the link above.

Return to top


Method: ToString()
Inherited
See base class member description: System.Object.ToString
C# Syntax:
public virtual string ToString();

For more information on members inherited from System.Object click on the link above.

Return to top


Top of page

Copyright (c) 2002 Microsoft Corporation. All rights reserved.