Table of Contents

Interface IMetadataDefinition

Namespace
AsmResolver.DotNet
Assembly
AsmResolver.DotNet.dll

Represents a named metadata object that introduces a new definition in a module.

public interface IMetadataDefinition : IMetadataMember, INameProvider
Inherited Members

Properties

DeclaringModule

Gets the enclosing module that declares the object.

ModuleDefinition? DeclaringModule { get; }

Property Value

ModuleDefinition