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