Module.this

Loads a module from a path into this application's address space, without doing any path transformations.

It is recommended to use Module.load instead of this.

class Module
@nogc
this
(
string path
)

Parameters

path string

Path to a module.

Meta