MethodDebugInformationHandle Struct

Definition

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

Properties

IsNil

Methods

Equals(MethodDebugInformationHandle)

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

Equals(Object)
GetHashCode()
ToDefinitionHandle()

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

Operators

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

Applies to