public enum ParameterAttributes
Object
ValueType
Enum
ParameterAttributes
mscorlib
Reflection
Defines the attributes for a parameter.
This enumeration is used by the System.Reflection.ParameterInfo.Attributes property.
FlagsAttribute
System.Reflection Namespace
ParameterAttributes Fields
ParameterAttributes.HasDefault Field
ParameterAttributes.HasFieldMarshal Field
ParameterAttributes.value__ Field
HasDefault = 0x1000;
Specifies that the parameter has a default value.
System.Reflection.ParameterAttributes Enum, System.Reflection Namespace
HasFieldMarshal = 0x2000;
Specifies that the parameter has field marshaling information.
System.Reflection.ParameterAttributes Enum, System.Reflection Namespace
value__;
System.Reflection.ParameterAttributes Enum, System.Reflection Namespace