Table of Contents

Interface IModuleProvider

Namespace
AsmResolver.DotNet
Assembly
AsmResolver.DotNet.dll

Represents a member definition or reference that resides in a .NET module.

public interface IModuleProvider

Properties

Module

Gets the module that defines the member definition or reference.

ModuleDefinition? Module { get; }

Property Value

ModuleDefinition

Remarks

For member references, this does not obtain the module definition that the member is defined in. Rather, it obtains the module definition that references this reference.