System.Reflection.ParameterInfo.MetadataToken Property

Gets a value that identifies this parameter in metadata.

Syntax

public virtual int MetadataToken { get; }

Value

Documentation for this section has not yet been entered.

Remarks

To get the module, use the MemberInfo.Module property of the member that defines this parameter.

The tokens obtained using this property can be passed to the unmanaged Reflection API. For more information, please see The Unmanaged Reflection API.

Requirements

Namespace: System.Reflection
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0