ModuleBuilder::GetMethodToken Method

.NET Framework (current version)
 

Returns the token used to identify the specified method within this module.

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

NameDescription
System_CAPS_pubmethodGetMethodToken(MethodInfo^)

Returns the token used to identify the specified method within this module.

System_CAPS_pubmethodGetMethodToken(MethodInfo^, IEnumerable<Type^>^)

Returns the token used to identify the method that has the specified attributes and parameter types within this module.

Return to top
Show: