ModuleImportAttribute class | QSYS API Reference Guide

Attribute to indicate the list of (external) modules this program will contain.

Namespace: ASNA.QSys.Runtime.JobSupport Assembly: ASNA.QSys.Runtime.dll

Inheritance: Object –> Attribute

Constructors

Name Description
ModuleImportAttribute(Type[]) Attribute constructor.

ModuleImportAttribute(Type[])

Attribute constructor.

ModuleImportAttribute(Type[])

Parameters

Type Parameter name Description
Type[] types List of module types this program will contain.

Properties

Type Name Description
Type[] ModuleTypes Array containing the module types.