IMethodReturnMessage::GetOutArgName Method (Int32)

 

Returns the name of the specified argument marked as a ref or an out parameter.

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

[SecurityCriticalAttribute]
String^ GetOutArgName(
	int index
)

Parameters

index
Type: System::Int32

The number of the requested argument name.

Return Value

Type: System::String^

The argument name, or null if the current method is not implemented.

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: