Click or drag to resize

AutoInstanceAttribute Class

Specifies the AutoClassInstance attribute for a field or property.
Inheritance Hierarchy
SystemObject
  SystemAttribute
    Demo3D.PLC.Rockwell.Emulator.ModuleEmulatorsAutoInstanceAttribute

Namespace:  Demo3D.PLC.Rockwell.Emulator.ModuleEmulators
Assembly:  PLC (in PLC.dll) Version: 18.03.00
Syntax
C#
public sealed class AutoInstanceAttribute : Attribute

The AutoInstanceAttribute type exposes the following members.

Constructors
  NameDescription
Public methodAutoInstanceAttribute
Construct an AutoClassAttribute.
Top
Properties
  NameDescription
Public propertyClass
The class id.
Public propertyInstance
The class instance id.
Top
Remarks
Properties or fields with this attribute will be automatic bound to the specified CIP class instance.
See Also