CodedIndex.HasCustomDebugInformation(EntityHandle) 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.
Calculates a HasCustomDebugInformation coded index for the specified handle.
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
Parameters
- 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 or ImportScopeHandle.
Returns
Exceptions
The handle type is unexpected.