Click or drag to resize

EDSRegistry Class

A registry of device/module emulators.
Inheritance Hierarchy
SystemObject
  Demo3D.PLC.Rockwell.EmulatorEDSRegistry

Namespace: Demo3D.PLC.Rockwell.Emulator
Assembly: PLC (in PLC.dll) Version: 19.01.00
Syntax
C#
public sealed class EDSRegistry

The EDSRegistry type exposes the following members.

Constructors
 NameDescription
Public methodEDSRegistryInitializes a new instance of the EDSRegistry class
Top
Properties
 NameDescription
Public propertyStatic memberGlobal Global registry.
Top
Methods
 NameDescription
Public methodRegister Registers a DeviceEmulator or ModuleEmulator.
Top
Events
 NameDescription
Public eventOnRegistryChanged Occurs when the emulator registration changes.
Top
See Also