Click or drag to resize

IConstructEmulator Interface

Represents an emulator class that needs to be constructed.

Namespace:  Demo3D.PLC.Rockwell.Emulator
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
public interface IConstructEmulator

The IConstructEmulator type exposes the following members.

Methods
  NameDescription
Public methodConstruct
Called once when the module emulator has been created and tags bound, to allow final emulator construction.
Top
See Also