Click or drag to resize

ModuleInfos Class

The ModuleInfos collection is a sorted set of ModuleInfo objects. Each element in the collection represents an Engine module.
Inheritance Hierarchy
SystemObject
  OmniPageCSDK.IproPlusIproPlusClass
    OmniPageCSDK.IproPlusModuleInfos

Namespace:  OmniPageCSDK.IproPlus
Assembly:  OmniPageCSDK.IproPlus (in OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public class ModuleInfos : IproPlusClass, 
	IDisposable

The ModuleInfos type exposes the following members.

Properties
  NameDescription
Public propertyCount
This property returns the number of ModuleInfo objects in the collection.
Top
Methods
  NameDescription
Public methodDispose
Releases all resources used by the ModuleInfos
Public methodGetEngine
Returns the Engine object.
Public methodGetEnumerator
Public methodGetItem
This property returns the requested ModuleInfo object from the collection.
Top
See Also