次の方法で共有


ReturnMessage.MethodName プロパティ

呼び出されたメソッドの名前を取得します。

Public Overridable ReadOnly Property MethodName As String  _   Implements IMethodMessage.MethodName
[C#]
public virtual string MethodName {get;}
[C++]
public: __property virtual String* get_MethodName();
[JScript]
public function get MethodName() : String;

プロパティ値

現在の ReturnMessage の生成元のメソッドの名前。

実装

IMethodMessage.MethodName

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

参照

ReturnMessage クラス | ReturnMessage メンバ | System.Runtime.Remoting.Messaging 名前空間