MemberInfo.MetadataToken Property
Assembly: mscorlib (in mscorlib.dll)
| Exception type | Condition |
|---|---|
| The current MemberInfo represents an array method, such as Address, on an array type whose element type is a dynamic type that has not been completed. To get a metadata token in this case, pass the MemberInfo object to the ModuleBuilder.GetMethodToken method; or use the ModuleBuilder.GetArrayMethodToken method to get the token directly, instead of using the ModuleBuilder.GetArrayMethod method to get a MethodInfo first. |
The tokens obtained using this property can be passed to the unmanaged reflection API. For more information, please see The Unmanaged Reflection API.
Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.