System.Runtime.Remoting.Messaging.MethodReturnMessageWrapper 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 MethodReturnMessageWrapper : InternalMessageWrapper, IMethodReturnMessage, IMethodMessage, IMessage
See also:
System.Runtime.Remoting.Messaging Namespace

System.Runtime.Remoting.Messaging.MethodReturnMessageWrapper 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
Exception 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
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

Supports the Shared Source CLI infrastructure and is not intended to be used directly from your code
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-write

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.
GetOutArg Supports the Shared Source CLI infrastructure and is not intended to be used directly from your code
GetOutArgName 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.MethodReturnMessageWrapper 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 MethodReturnMessageWrapper(
   IMethodReturnMessage 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: Exception (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 Exception Exception {get; set;}
Implements:
IMethodReturnMessage.Exception

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: 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: OutArgCount (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 OutArgCount {get;}
Implements:
IMethodReturnMessage.OutArgCount

Return to top


Property: OutArgs (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[] OutArgs {get;}
Implements:
IMethodReturnMessage.OutArgs

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: ReturnValue (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 ReturnValue {get; set;}
Implements:
IMethodReturnMessage.ReturnValue

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 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:
~MethodReturnMessageWrapper();

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: GetOutArg(
   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 GetOutArg(
   int argNum
);
Parameters:

argNum

Implements:
IMethodReturnMessage.GetOutArg

Return to top


Method: GetOutArgName(
   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 GetOutArgName(
   int index
);
Parameters:

index

Implements:
IMethodReturnMessage.GetOutArgName

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.