MethodDefinitionHandle Struct

Definition

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)
Inheritance
MethodDefinitionHandle
Implements

Properties

IsNil

Methods

Equals(MethodDefinitionHandle)

Indicates whether the current object is equal to another object of the same type.

Equals(Object)
GetHashCode()
ToDebugInformationHandle()

Returns a handle to a MethodDebugInformation that corresponds to this handle.

Operators

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

Applies to