MethodCall Class
.NET Framework 2.0
This class supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Implements the IMethodCallMessage interface to create a request message that acts as a method call on a remote object.
This class is not CLS-compliant. Namespace: System.Runtime.Remoting.MessagingAssembly: mscorlib (in mscorlib.dll)
'Declaration <SerializableAttribute> _ <CLSCompliantAttribute(False)> _ <ComVisibleAttribute(True)> _ Public Class MethodCall Implements IMethodCallMessage, IMethodMessage, IMessage, ISerializable 'Usage Dim instance As MethodCall
/** @attribute SerializableAttribute() */ /** @attribute CLSCompliantAttribute(false) */ /** @attribute ComVisibleAttribute(true) */ public class MethodCall implements IMethodCallMessage, IMethodMessage, IMessage, ISerializable
SerializableAttribute CLSCompliantAttribute(false) ComVisibleAttribute(true) public class MethodCall implements IMethodCallMessage, IMethodMessage, IMessage, ISerializable
The MethodCall class is used by the remoting infrastructure of the .NET Framework. You do not need to create an instance of the MethodCall class directly; instead, use the IMethodCallMessage interface.
MethodCall contains remoting data that is passed between message sinks. A remoting client sends a MethodCall message to a server.
System.Object
System.Runtime.Remoting.Messaging.MethodCall
System.Runtime.Remoting.Messaging.ConstructionCall
System.Runtime.Remoting.Messaging.MethodCall
System.Runtime.Remoting.Messaging.ConstructionCall
Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.
Community Additions
ADD
Show: