System.Reflection.Emit.ParameterBuilder: Property Members

The properties of System.Reflection.Emit.ParameterBuilder are listed below. For a list of all members, see the ParameterBuilder Members list.

See Also: Inherited members from System.Object

Public Properties

[read-only]
Attributesint.

Retrieves the attributes for this parameter.

[read-only]
IsInbool.

Retrieves whether this is an input parameter.

[read-only]
IsOptionalbool.

Retrieves whether this parameter is optional.

[read-only]
IsOutbool.

Retrieves whether this parameter is an output parameter.

[read-only]
Namestring.

Retrieves the name of this parameter.

[read-only]
Positionint.

Retrieves the signature position for this parameter.