System.Runtime.Remoting.RemotingServices.IsMethodOverloaded Method

Returns a Boolean value that indicates whether the method in the given message is overloaded.

Syntax

public static bool IsMethodOverloaded (System.Runtime.Remoting.Messaging.IMethodMessage msg)

Parameters

msg
The message that contains a call to the method in question.

Returns

true if the method called in msg is overloaded; otherwise, false.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Runtime.Remoting
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0