共用方式為


RemotingServices.IsMethodOverloaded(IMethodMessage) 方法

定義

傳回布林 (Boolean) 值,指出是否多載指定訊息中的方法。

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

參數

msg
IMethodMessage

訊息,包含對討論中方法的呼叫。

傳回

Boolean

如果多載 msg 中所呼叫的方法,則為 true,否則為 false

屬性

例外狀況

立即呼叫端沒有基礎結構使用權限。

適用於