RemotingServices.IsMethodOverloaded(IMethodMessage) Méthode

Définition

Retourne une valeur booléenne qui indique si la méthode dans le message donné est surchargée.

public:
 static bool IsMethodOverloaded(System::Runtime::Remoting::Messaging::IMethodMessage ^ msg);
public static bool IsMethodOverloaded(System.Runtime.Remoting.Messaging.IMethodMessage msg);
[System.Security.SecurityCritical]
public static bool IsMethodOverloaded(System.Runtime.Remoting.Messaging.IMethodMessage msg);
static member IsMethodOverloaded : System.Runtime.Remoting.Messaging.IMethodMessage -> bool
[<System.Security.SecurityCritical>]
static member IsMethodOverloaded : System.Runtime.Remoting.Messaging.IMethodMessage -> bool
Public Shared Function IsMethodOverloaded (msg As IMethodMessage) As Boolean

Paramètres

msg
IMethodMessage

Message qui contient un appel à la méthode en question.

Retours

true si la méthode appelée est msg surchargée ; sinon, false.

Attributs

Exceptions

L’appelant immédiat n’a pas d’autorisation d’infrastructure.

S’applique à