CodedIndex.TypeOrMethodDef(EntityHandle) Método
Definição
Calcula um índice codificado TypeOrMethodDef para o manipulador especificado.Calculates a TypeOrMethodDef coded index for the specified handle.
public:
static int TypeOrMethodDef(System::Reflection::Metadata::EntityHandle handle);
public static int TypeOrMethodDef (System.Reflection.Metadata.EntityHandle handle);
static member TypeOrMethodDef : System.Reflection.Metadata.EntityHandle -> int
Public Shared Function TypeOrMethodDef (handle As EntityHandle) As Integer
Parâmetros
- handle
- EntityHandle
TypeDefinitionHandle ou MethodDefinitionHandleTypeDefinitionHandle or MethodDefinitionHandle
Retornos
Exceções
O tipo de identificador é inesperado.The handle type is unexpected.