Class IncludeModulesAttribute
Include FireflyModules from another assembly.
[AttributeUsage(AttributeTargets.Assembly|AttributeTargets.Class, AllowMultiple = true, Inherited = false)]
public class IncludeModulesAttribute : Attribute
- Inheritance
-
objectAttributeIncludeModulesAttribute
Constructors
IncludeModulesAttribute(Type)
Include FireflyModules from another assembly.
public IncludeModulesAttribute(Type assemblyTypes)
Parameters
assemblyTypes
TypeAny type in the target assembly to scan for modules.
Fields
AssemblyTypes
Any type in the target assembly to scan for modules.
public readonly Type AssemblyTypes