Mono Class Library: System.Reflection Namespace

System.Reflection.ParameterAttributes Enumeration

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

Remarks

This enumeration is used by the ParameterInfo.Attributes property. [Edit]

Members

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

Requirements

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