The members of System.Reflection.Emit.ParameterBuilder are listed below.
See Also: Inherited members from System.Object
[read-only] | Attributes | int.
Retrieves the attributes for this parameter. |
[read-only] | IsIn | bool.
Retrieves whether this is an input parameter. |
[read-only] | IsOptional | bool.
Retrieves whether this parameter is optional. |
[read-only] | IsOut | bool.
Retrieves whether this parameter is an output parameter. |
[read-only] | Name | string.
Retrieves the name of this parameter. |
[read-only] | Position | int.
Retrieves the signature position for this parameter. |
GetToken()
| ||
SetConstant(object)
| ||
SetCustomAttribute(CustomAttributeBuilder)
| ||
SetCustomAttribute(System.Reflection.ConstructorInfo, byte[])
| ||
SetMarshal(UnmanagedMarshal)
|
System.Runtime.InteropServices._ParameterBuilder.GetIDsOfNames | Documentation for this section has not yet been entered. | |
System.Runtime.InteropServices._ParameterBuilder.GetTypeInfo |
Retrieves the type information for an object, which can then be used to get the type information for an interface. | |
System.Runtime.InteropServices._ParameterBuilder.GetTypeInfoCount | Documentation for this section has not yet been entered. | |
System.Runtime.InteropServices._ParameterBuilder.Invoke | Documentation for this section has not yet been entered. |