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
ContextModule
Gets the module that defines the member definition or reference.
ModuleDefinition? ContextModule { get; }
Property Value
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.