17 public abstract bool Has(
string path);
24 public abstract string GetHash(
string path);
31 public abstract IEnumerable<BadObject>
Get(
string path);
Defines the shape of the import handler for the module importer.
IEnumerable< BadObject > Get(string path)
Imports a module from the specified path.
bool Has(string path)
Returns true if the specified path is available.
string GetHash(string path)
Returns a unique hash for the specified path.
Contains the Runtime Objects.