Click to Rate and Give Feedback
MSDN
MSDN Library
.NET Development
.NET Framework 3.5
DynamicILInfo Class

  Switch on low bandwidth view
Members FilterMembers Filter
Frameworks FilterFrameworks Filter
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.

  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
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker