MethodDebugInformationHandle 構造体

定義

public value class MethodDebugInformationHandle : IEquatable<System::Reflection::Metadata::MethodDebugInformationHandle>
public readonly struct MethodDebugInformationHandle : IEquatable<System.Reflection.Metadata.MethodDebugInformationHandle>
public struct MethodDebugInformationHandle : IEquatable<System.Reflection.Metadata.MethodDebugInformationHandle>
type MethodDebugInformationHandle = struct
Public Structure MethodDebugInformationHandle
Implements IEquatable(Of MethodDebugInformationHandle)
継承
MethodDebugInformationHandle
実装

プロパティ

IsNil

メソッド

Equals(MethodDebugInformationHandle)

現在のオブジェクトが、同じ型の別のオブジェクトと等しいかどうかを示します。

Equals(Object)
GetHashCode()
ToDefinitionHandle()

このハンドルに対応する MethodDefinition にハンドルを返します。

演算子

Equality(MethodDebugInformationHandle, MethodDebugInformationHandle)
Explicit(EntityHandle to MethodDebugInformationHandle)
Explicit(Handle to MethodDebugInformationHandle)
Implicit(MethodDebugInformationHandle to EntityHandle)
Implicit(MethodDebugInformationHandle to Handle)
Inequality(MethodDebugInformationHandle, MethodDebugInformationHandle)

適用対象