MetadataTokens.EntityHandle(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates an entity handle from a token value.
public:
static System::Reflection::Metadata::EntityHandle EntityHandle(int token);
public static System.Reflection.Metadata.EntityHandle EntityHandle(int token);
static member EntityHandle : int -> System.Reflection.Metadata.EntityHandle
Public Function EntityHandle (token As Integer) As EntityHandle
Parameters
- token
- Int32
Returns
Exceptions
token is not a valid metadata entity token.