Click or drag to resize

ModuleEmulatorFindAuto Method (Object)

Find members with the AutoAttribute.

Namespace:  Demo3D.PLC.Rockwell.Emulator
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
public static IEnumerable<Object> FindAuto(
	Object obj
)

Parameters

obj
Type: SystemObject
The object to search.

Return Value

Type: IEnumerableObject
A list of members.
See Also