Enumeration: DependencyType
Type of dependency between projects
Table of contents
Enumeration Members
Enumeration Members
dynamic
โข dynamic = "dynamic"
Dynamic dependencies are brought in by the module at run time
implicit
โข implicit = "implicit"
Implicit dependencies are inferred
static
โข static = "static"
Static dependencies are tied to the loading of the module