次の方法で共有


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

属性

例外

直前の呼び出し元に、インフラストラクチャ アクセス許可がありません。

適用対象