In This Article

IModuleResolverResult Interface

Provides the base requirements of a module result from an IResolver resolution operation.

public interface IModuleResolverResult : IResolverResult

Properties

FilterByPublicNames

Indicates whether module members should be filtered by the module's public names (all).

bool FilterByPublicNames { get; }

Property Value

bool

IsWithinImportStatement

Indicates whether the module is within an import statement.

bool IsWithinImportStatement { get; }

Property Value

bool

Module

An IModuleReference indicating the module.

IModuleReference Module { get; }

Property Value

IModuleReference

Inherited Members

Extension Methods