AssemblyDefinitionHandle Struct

Definition

public value class AssemblyDefinitionHandle : IEquatable<System::Reflection::Metadata::AssemblyDefinitionHandle>
public struct AssemblyDefinitionHandle : IEquatable<System.Reflection.Metadata.AssemblyDefinitionHandle>
public readonly struct AssemblyDefinitionHandle : IEquatable<System.Reflection.Metadata.AssemblyDefinitionHandle>
type AssemblyDefinitionHandle = struct
Public Structure AssemblyDefinitionHandle
Implements IEquatable(Of AssemblyDefinitionHandle)
Inheritance
AssemblyDefinitionHandle
Implements

Properties

IsNil

Methods

Equals(AssemblyDefinitionHandle)

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

Equals(Object)
GetHashCode()

Operators

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

Applies to