This page is specific to
Microsoft Visual Studio 2008/.NET Framework 3.5
Other versions are also available for the following:
.NET Framework Class Library
DynamicILInfo..::.GetTokenFor Method
Gets a token, valid in the scope of the current DynamicILInfo, representing a string, field, method, type, or signature in the MSIL stream for the associated dynamic method.

Overload List
|
| Name | Description |
|---|
.gif) | GetTokenFor(array<Byte>[]()[]) | Gets a token, valid in the scope of the current DynamicILInfo, representing the signature for the associated dynamic method. |
.gif) | GetTokenFor(DynamicMethod) | Gets a token, valid in the scope of the current DynamicILInfo, representing a dynamic method to be called from the associated method. |
.gif) | GetTokenFor(RuntimeFieldHandle) | Gets a token, valid in the scope of the current DynamicILInfo, representing a field to be accessed from the associated dynamic method. |
.gif) | GetTokenFor(RuntimeMethodHandle) | Gets a token, valid in the scope of the current DynamicILInfo, representing a method to be accessed from the associated dynamic method. |
.gif) | GetTokenFor(RuntimeTypeHandle) | Gets a token, valid in the scope of the current DynamicILInfo, representing a type to be used in the associated dynamic method. |
.gif) | GetTokenFor(String) | Gets a token, valid in the scope of the current DynamicILInfo, representing a string literal to be used in the associated dynamic method. |
.gif) | GetTokenFor(RuntimeMethodHandle, RuntimeTypeHandle) | Gets a token, valid in the scope of the current DynamicILInfo, representing a method on a generic type. |
Top

See Also