CodedIndex.HasCustomDebugInformation(EntityHandle) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定したハンドルの HasCustomDebugInformation コード化インデックスを計算します。
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
パラメーター
- handle
- EntityHandle
MethodDefinitionHandle、 FieldDefinitionHandle、 TypeReferenceHandle、 TypeDefinitionHandle、 ParameterHandle、 InterfaceImplementationHandle、 MemberReferenceHandle、 ModuleDefinitionHandle、 DeclarativeSecurityAttributeHandle、 PropertyDefinitionHandle、 EventDefinitionHandle、 StandaloneSignatureHandle、 ModuleReferenceHandle、 TypeSpecificationHandleAssemblyDefinitionHandle、 AssemblyReferenceHandle、 AssemblyFileHandle、 ExportedTypeHandle、 ManifestResourceHandle、 GenericParameterHandle、 GenericParameterConstraintHandle、 MethodSpecificationHandle、 DocumentHandle、 LocalScopeHandle、 LocalVariableHandle、 LocalConstantHandle 、または ImportScopeHandle。
返品
例外
ハンドルの種類が予期しない。