IModuleReference Interface
Provides the base requirements of a module.
public interface IModuleReference : IReflectionDefinition
  
    Properties
IsBuiltin
Gets whether the module is built-in.
PackagePath
Gets the file system path of the package that contains the module.
string PackagePath { get; }
        
  
   
   
   
              Property Value
- string:
 The file system path of the package that contains the module.
Path
Gets the full file system path to the module.