CorParamAttr class

Contains values that describe the metadata of a method parameter.

Constructors

CorParamAttr()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

pdHasDefault → const int
Specifies that the parameter has a default value.
pdHasFieldMarshal → const int
Specifies that the parameter has marshaling information.
pdIn → const int
Specifies that the parameter is passed into the method call.
pdOptional → const int
Specifies that the parameter is optional.
pdOut → const int
Specifies that the parameter is passed from the method return.
pdReservedMask → const int
Reserved for internal use by the common language runtime.
pdUnused → const int
Unused.