IModuleResolverResult Interface
Provides the base requirements of a module result from an IResolver resolution operation.
public interface IModuleResolverResult : IResolverResult
Properties
FilterByPublicNames
Gets whether module members should be filtered by the module's public names (all).
bool FilterByPublicNames { get; }
Property Value
- bool:
trueif module members should be filtered by the module's public names; otherwise,false.
IsWithinImportStatement
Gets whether the module is within an import statement.
bool IsWithinImportStatement { get; }
Property Value
- bool:
trueif the module is within an import statement; otherwise,false.
Module
Gets a IModuleReference indicating the module.
IModuleReference Module { get; }
Property Value
- IModuleReference:
A IModuleReference indicating the module.