PluginList.Enumerator
Overview
Location
- Reference: RemObjects.Hydra.Host.dll
- Namespace: RemObjects.Hydra
- Nested in: PluginList
- Ancestry: MarshalByRefObject | PluginList.Enumerator
Properties
Current
property Current: Object read;
Object Current { get; }
ReadOnly Property Current() As Object
Instance Methods
constructor
constructor(owner: PluginList)
PluginList.Enumerator(PluginList owner)
Sub New(owner As PluginList)
Parameters:
- owner:
MoveNext
method MoveNext: Boolean
Boolean MoveNext()
Function MoveNext() As Boolean
Reset
method Reset
void Reset()
Sub Reset()