From 13b65514df76333f0dc9a4d2d9f6b2379eac9699 Mon Sep 17 00:00:00 2001 From: Neil Dorin Date: Tue, 11 Feb 2020 15:43:05 -0700 Subject: [PATCH] Adds Assembly definition --- Glossary-of-Terms.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Glossary-of-Terms.md b/Glossary-of-Terms.md index cb1fb8b..04a0803 100644 --- a/Glossary-of-Terms.md +++ b/Glossary-of-Terms.md @@ -7,6 +7,9 @@ The collection of core libraries that make up the framework **Essentials Plugins** SIMPL# Pro libraries that reference the Essentials Framework and are loaded at runtime to add or extend functionality +**Assembly** + An assembly is a file that is automatically generated by the compiler upon successful compilation of every . NET application. It can be either a Dynamic Link Library or an executable file. It is generated only once for an application and upon each subsequent compilation the assembly gets updated. + **Device** A base class, defined in the PepperDash.Core library. It can represent a physical device, or a virtual device or behaviour. Generally, most new classes defined in the Essentials ecosystem should derive from Device.