次の方法で共有


IMethodReturnMessage.ReturnValue プロパティ

メソッド呼び出しの戻り値を取得します。

ReadOnly Property ReturnValue As Object
[C#]
object ReturnValue {get;}
[C++]
__property Object* get_ReturnValue();
[JScript]
function get ReturnValue() : Object;

プロパティ値

メソッド呼び出しの戻り値。

例外

例外の種類 条件
SecurityException 直前の呼び出し元は、インターフェイスへの参照を通じて呼び出しを実行します。この呼び出し元には、インフラストラクチャ アクセス許可がありません。

必要条件

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

.NET Framework セキュリティ:

参照

IMethodReturnMessage インターフェイス | IMethodReturnMessage メンバ | System.Runtime.Remoting.Messaging 名前空間