IsRetval Property

ParameterInfo.IsRetval Property

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Gets a value indicating whether this is a Retval parameter.

Namespace:  System.Reflection
Assembly:  mscorlib (in mscorlib.dll)

public bool IsRetval { get; }

Property Value

Type: System.Boolean
true if the parameter is a Retval; otherwise, false.

This method depends on an optional metadata flag. This flag can be inserted by compilers, but the compilers are not obligated to do so.

This method utilizes the Retval flag of the ParameterAttributes enumerator.

To get the ParameterInfo array, first get the method or the constructor and then call MethodBase.GetParameters.

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft