Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ParameterInfo::MetadataToken Property

 

Gets a value that identifies this parameter in metadata.

Namespace:   System.Reflection
Assembly:  mscorlib (in mscorlib.dll)

public:
property int MetadataToken {
	virtual int get();
}

Property Value

Type: System::Int32

A 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
Return to top
Show:
© 2017 Microsoft