CodedIndex.HasCustomDebugInformation(EntityHandle) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Calcula um índice codificado HasCustomDebugInformation para o manipulador especificado.
public:
static int HasCustomDebugInformation(System::Reflection::Metadata::EntityHandle handle);
public static int HasCustomDebugInformation (System.Reflection.Metadata.EntityHandle handle);
static member HasCustomDebugInformation : System.Reflection.Metadata.EntityHandle -> int
Public Shared Function HasCustomDebugInformation (handle As EntityHandle) As Integer
Parâmetros
- handle
- EntityHandle
MethodDefinitionHandle, FieldDefinitionHandle, TypeReferenceHandle, TypeDefinitionHandle, ParameterHandle, InterfaceImplementationHandle, MemberReferenceHandle, ModuleDefinitionHandle, DeclarativeSecurityAttributeHandle, PropertyDefinitionHandle, EventDefinitionHandle, StandaloneSignatureHandle, ModuleReferenceHandle, TypeSpecificationHandle, AssemblyDefinitionHandle, AssemblyReferenceHandle, AssemblyFileHandle, ExportedTypeHandle, ManifestResourceHandle, GenericParameterHandle, GenericParameterConstraintHandle, MethodSpecificationHandle, DocumentHandle, LocalScopeHandle, LocalVariableHandle, LocalConstantHandle ou ImportScopeHandle.
Retornos
Exceções
O tipo de identificador é inesperado.