DynamicReferenceAttribute class
Declares an assembly to be used as a dynamic reference, which will be queried at runtime to find CALLD targets.
Namespace: ASNA.QSys.Runtime Assembly: ASNA.QSys.Runtime.dll
Inheritance: Object –> Attribute
Constructors
Name | Description |
---|---|
DynamicReferenceAttribute(String, Int32) | Initializes a DynamicReferenceAttribute object. |
DynamicReferenceAttribute(String, Int32)
Initializes a DynamicReferenceAttribute object.
DynamicReferenceAttribute(String, Int32)
Parameters
Type | Parameter name | Description |
---|---|---|
String | assemblyName | Either the assembly name or the path to the dynamic reference. |
Int32 | index | Number to indicate a relative priority of this assembly when searching for programs. |
Properties
Type | Name | Description |
---|---|---|
String | DynamicAssemblyName | Gets the assembly name or path to the dynamic assembly reference. |
Int32 | Index | Gets the relaive priority of this assembly. |