System.Reflection.Emit.ParameterBuilder: Method Members

The methods 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 Methods

GetToken() : ParameterToken

Retrieves the token for this parameter.

SetConstant(object)

Sets the default value of the parameter.

SetCustomAttribute(CustomAttributeBuilder)

Set a custom attribute using a custom attribute builder.

SetCustomAttribute(System.Reflection.ConstructorInfo, byte[])

Set a custom attribute using a specified custom attribute blob.

SetMarshal(UnmanagedMarshal)

Specifies the marshaling for this parameter.