次の方法で共有


ReturnMessage.MethodSignature プロパティ

メソッド シグネチャを格納している Type オブジェクトの配列を取得します。

Public Overridable ReadOnly Property MethodSignature As Object  _   Implements IMethodMessage.MethodSignature
[C#]
public virtual object MethodSignature {get;}
[C++]
public: __property virtual Object* get_MethodSignature();
[JScript]
public function get MethodSignature() : Object;

プロパティ値

メソッド シグネチャを格納している Type オブジェクトの配列。

実装

IMethodMessage.MethodSignature

必要条件

プラットフォーム: 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 名前空間