ParameterInfo::MetadataToken Property
.NET Framework (current version)
Gets a value that identifies this parameter in metadata.
Assembly: mscorlib (in mscorlib.dll)
Property Value
Type: System::Int32A value which, in combination with the module, uniquely identifies this parameter in metadata.
To get the module, use the 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 Unmanaged Reflection API.
.NET Framework
Available since 2.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Available since 2.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Show: