IMethodReturnMessage::ReturnValue Property

 

Gets the return value of the method call.

Namespace:   System.Runtime.Remoting.Messaging
Assembly:  mscorlib (in mscorlib.dll)

property Object^ ReturnValue {
	[SecurityCriticalAttribute]
	Object^ get();
}

Property Value

Type: System::Object^

The return value of the method call.

Exception Condition
SecurityException

The immediate caller makes the call through a reference to the interface and does not have infrastructure permission.

SecurityPermission

for operating with infrastructure code. Demand value: SecurityAction::LinkDemand; Permission value: SecurityPermissionFlag::Infrastructure

.NET Framework
Available since 1.1
Return to top
Show: