Table of Contents

Class IncludeModulesAttribute

Namespace
Phoesion.Glow.SDK.Firefly
Assembly
Phoesion.Glow.SDK.Firefly.Annotations.dll

Include FireflyModules from another assembly.

[AttributeUsage(AttributeTargets.Assembly|AttributeTargets.Class, AllowMultiple = true, Inherited = false)]
public class IncludeModulesAttribute : Attribute
Inheritance
object
Attribute
IncludeModulesAttribute

Constructors

IncludeModulesAttribute(Type)

Include FireflyModules from another assembly.

public IncludeModulesAttribute(Type assemblyTypes)

Parameters

assemblyTypes Type

Any 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

Field Value

Type