Mono Class Library: System.Reflection Namespace

System.Reflection.ParameterAttributes Enumeration

Defines the attributes for a parameter.
[System.Flags]
[System.Runtime.InteropServices.ComVisible(true)]
public enum ParameterAttributes

Remarks

This enumeration is used by the ParameterInfo.Attributes property.

Members

Member NameDescription
HasDefaultSpecifies that the parameter has a default value.
HasFieldMarshalSpecifies that the parameter has field marshaling information.
InDocumentation for this section has not yet been entered.
LcidDocumentation for this section has not yet been entered.
NoneDocumentation for this section has not yet been entered.
OptionalDocumentation for this section has not yet been entered.
OutDocumentation for this section has not yet been entered.
Reserved3Documentation for this section has not yet been entered.
Reserved4Documentation for this section has not yet been entered.
ReservedMaskDocumentation for this section has not yet been entered.
RetvalDocumentation for this section has not yet been entered.

Requirements

Namespace: System.Reflection
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0