MethodDefinitionHandle 構造体

定義

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

プロパティ

IsNil

メソッド

Equals(MethodDefinitionHandle)

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

Equals(Object)
GetHashCode()
ToDebugInformationHandle()

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

演算子

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

適用対象