.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

  NameDescription
Public methodGetTokenFor(array<Byte>[]()[])Gets a token, valid in the scope of the current DynamicILInfo, representing the signature for the associated dynamic method.
Public methodGetTokenFor(DynamicMethod)Gets a token, valid in the scope of the current DynamicILInfo, representing a dynamic method to be called from the associated method.
Public methodGetTokenFor(RuntimeFieldHandle)Gets a token, valid in the scope of the current DynamicILInfo, representing a field to be accessed from the associated dynamic method.
Public methodGetTokenFor(RuntimeMethodHandle)Gets a token, valid in the scope of the current DynamicILInfo, representing a method to be accessed from the associated dynamic method.
Public methodGetTokenFor(RuntimeTypeHandle)Gets a token, valid in the scope of the current DynamicILInfo, representing a type to be used in the associated dynamic method.
Public methodGetTokenFor(String)Gets a token, valid in the scope of the current DynamicILInfo, representing a string literal to be used in the associated dynamic method.
Public methodGetTokenFor(RuntimeMethodHandle, RuntimeTypeHandle)Gets a token, valid in the scope of the current DynamicILInfo, representing a method on a generic type.
Top
See Also

Reference

Tags :


Page view tracker